mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-13 02:55:18 +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
|
||||
abi.datatypes.Address
|
||||
abi.datatypes.generated.Uint256]
|
||||
[commiteth.eth.contracts MultiSigTokenWalletV1]))
|
||||
[commiteth.eth.contracts MultiSigTokenWallet]))
|
||||
|
||||
(def method-ids
|
||||
(into {}
|
||||
@ -126,7 +126,7 @@
|
||||
|
||||
|
||||
(defn load-bounty-contract [addr]
|
||||
(MultiSigTokenWalletV1/load addr
|
||||
(MultiSigTokenWallet/load addr
|
||||
(create-web3j)
|
||||
(creds)
|
||||
(eth/gas-price)
|
||||
|
Loading…
x
Reference in New Issue
Block a user