remove 1 wei from confirm

This commit is contained in:
Ricardo Guilherme Schmidt 2017-06-06 16:13:35 -03:00
parent 1daa5c342d
commit fc3659e998
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@
(let [send-transaction-fn (aget js/web3 "eth" "sendTransaction")
payload {:from owner-address
:to contract-address
:value 1
:value 0
:data (str "0x797af627" confirm-hash)}]
(try
(apply send-transaction-fn [(clj->js payload)