mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 03:26:14 +00:00
[FIX] Fix ethereumjs-abi dependency.
This commit is contained in:
parent
b0907c36d0
commit
6596f70e7b
@ -97,7 +97,7 @@ function* checkSchedulingParametersValidity() {
|
|||||||
!scheduleGasPrice.value ||
|
!scheduleGasPrice.value ||
|
||||||
!wallet ||
|
!wallet ||
|
||||||
!windowSize.value ||
|
!windowSize.value ||
|
||||||
!windowStart.value
|
!(windowStart.value || scheduleTimestamp.value)
|
||||||
) {
|
) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"classnames": "2.2.5",
|
"classnames": "2.2.5",
|
||||||
"electron-updater": "2.21.4",
|
"electron-updater": "2.21.4",
|
||||||
"ethereum-blockies-base64": "1.0.1",
|
"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-tx": "1.3.4",
|
||||||
"ethereumjs-util": "5.1.5",
|
"ethereumjs-util": "5.1.5",
|
||||||
"ethereumjs-wallet": "0.6.0",
|
"ethereumjs-wallet": "0.6.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user