mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-27 17:54:57 +00:00
Merge pull request #165 from status-im/revert-163-legacyfix
Revert "fix abi mismatch"
This commit is contained in:
commit
82dceaf5d1
@ -8,7 +8,7 @@
|
|||||||
(:import [org.web3j
|
(:import [org.web3j
|
||||||
abi.datatypes.Address
|
abi.datatypes.Address
|
||||||
abi.datatypes.generated.Uint256]
|
abi.datatypes.generated.Uint256]
|
||||||
[commiteth.eth.contracts MultiSigTokenWalletV1]))
|
[commiteth.eth.contracts MultiSigTokenWallet]))
|
||||||
|
|
||||||
(def method-ids
|
(def method-ids
|
||||||
(into {}
|
(into {}
|
||||||
@ -126,7 +126,7 @@
|
|||||||
|
|
||||||
|
|
||||||
(defn load-bounty-contract [addr]
|
(defn load-bounty-contract [addr]
|
||||||
(MultiSigTokenWalletV1/load addr
|
(MultiSigTokenWallet/load addr
|
||||||
(create-web3j)
|
(create-web3j)
|
||||||
(creds)
|
(creds)
|
||||||
(eth/gas-price)
|
(eth/gas-price)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user