Revert "fix abi mismatch"

This commit is contained in:
Teemu Patja 2017-11-10 09:44:11 +02:00 committed by GitHub
parent dca9b39bdf
commit edefb9883d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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)