diff --git a/src/clj/commiteth/eth/multisig_wallet.clj b/src/clj/commiteth/eth/multisig_wallet.clj index a84fde3..623bfd2 100644 --- a/src/clj/commiteth/eth/multisig_wallet.clj +++ b/src/clj/commiteth/eth/multisig_wallet.clj @@ -9,4 +9,4 @@ (defn execute [contract to value] (log/debug "multisig.execute(contract, to, value)" contract to value) - (eth/execute (eth/eth-account) contract "0xb61d27f6" to value)) + (eth/execute (eth/eth-account) contract "0xb61d27f6" to value "0x60" "0x0" "0x0")) diff --git a/src/cljs/commiteth/core.cljs b/src/cljs/commiteth/core.cljs index 4f0efd7..9b5ae29 100644 --- a/src/cljs/commiteth/core.cljs +++ b/src/cljs/commiteth/core.cljs @@ -111,8 +111,7 @@ [:path {:d "M16 12.999c0 .439-.45 1-1 1H7.995c-.539 0-.994-.447-.995-.999H1c-.54 0-1-.561-1-1 0-2.634 3-4 3-4s.229-.409 0-1c-.841-.621-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.442.58 2.5 3c.058 2.41-.159 2.379-1 3-.229.59 0 1 0 1s1.549.711 2.42 2.088C9.196 9.369 10 8.999 10 8.999s.229-.409 0-1c-.841-.62-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.437.581 2.495 3c.059 2.41-.158 2.38-1 3-.229.59 0 1 0 1s3.005 1.366 3.005 4"}]] - "Manage Transactions" - [:span.counter "33"]])]]]]))) + "Manage Transactions"])]]]]))) (def pages {:issues #'issues-page