fix rename to legacy

This commit is contained in:
Ricardo Guilherme Schmidt 2017-11-09 17:30:13 -02:00
parent 106569c8d0
commit a393172412
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)