From edefb9883dcc195a24df65853c7dd19a1386c06e Mon Sep 17 00:00:00 2001 From: Teemu Patja Date: Fri, 10 Nov 2017 09:44:11 +0200 Subject: [PATCH] Revert "fix abi mismatch" --- src/clj/commiteth/eth/multisig_wallet.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clj/commiteth/eth/multisig_wallet.clj b/src/clj/commiteth/eth/multisig_wallet.clj index 7e186bf..67bbb06 100644 --- a/src/clj/commiteth/eth/multisig_wallet.clj +++ b/src/clj/commiteth/eth/multisig_wallet.clj @@ -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)