From a3931724123edb938d6fc7dd7fd42cace5f3ece8 Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt <3esmit@gmail.com> Date: Thu, 9 Nov 2017 17:30:13 -0200 Subject: [PATCH] fix rename to legacy --- 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 67bbb06..7e186bf 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 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)