[FIX] Fix ethereumjs-abi dependency.

This commit is contained in:
Daniel Kmak 2018-04-06 14:19:11 +02:00 committed by GitHub
parent b0907c36d0
commit 6596f70e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ function* checkSchedulingParametersValidity() {
!scheduleGasPrice.value ||
!wallet ||
!windowSize.value ||
!windowStart.value
!(windowStart.value || scheduleTimestamp.value)
) {
return;
}

View File

@ -17,7 +17,7 @@
"classnames": "2.2.5",
"electron-updater": "2.21.4",
"ethereum-blockies-base64": "1.0.1",
"ethereumjs-abi": "0.6.5",
"ethereumjs-abi": "git://github.com/ethereumjs/ethereumjs-abi.git#09c3c48fd3bed143df7fa8f36f6f164205e23796",
"ethereumjs-tx": "1.3.4",
"ethereumjs-util": "5.1.5",
"ethereumjs-wallet": "0.6.0",