Merge pull request #163 from 3esmit/legacyfix

fix abi mismatch
This commit is contained in:
Teemu Patja 2017-11-10 08:43:04 +02:00 committed by GitHub
commit 2b4d2d7308
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 MultiSigTokenWallet]))
[commiteth.eth.contracts MultiSigTokenWalletV1]))
(def method-ids
(into {}
@ -126,7 +126,7 @@
(defn load-bounty-contract [addr]
(MultiSigTokenWallet/load addr
(MultiSigTokenWalletV1/load addr
(create-web3j)
(creds)
(eth/gas-price)