diff --git a/src/clj/commiteth/eth/core.clj b/src/clj/commiteth/eth/core.clj index b04a0e3..a4a16d1 100644 --- a/src/clj/commiteth/eth/core.clj +++ b/src/clj/commiteth/eth/core.clj @@ -119,7 +119,7 @@ {:gas (estimate-gas from to value params)}))] (log/debug "args:" args) - (eth-rpc + #_(eth-rpc "personal_sendTransaction" [(if-not (nil? to) (merge args {:to to}) diff --git a/src/clj/commiteth/eth/multisig_wallet.clj b/src/clj/commiteth/eth/multisig_wallet.clj index 6d3c603..f0ad22b 100644 --- a/src/clj/commiteth/eth/multisig_wallet.clj +++ b/src/clj/commiteth/eth/multisig_wallet.clj @@ -95,6 +95,7 @@ (eth/execute (eth/eth-account) contract (:submit-transaction method-ids) + nil contract 0 "0x60" ;; TODO: document these @@ -115,6 +116,7 @@ (eth/execute (eth/eth-account) bounty-addr (:watch method-ids) + nil token-address)))