Merge pull request #165 from status-im/revert-163-legacyfix

Revert "fix abi mismatch"
This commit is contained in:
Teemu Patja 2017-11-10 09:44:33 +02:00 committed by GitHub
commit 82dceaf5d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)