mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-27 01:41:07 +00:00
remove 1 wei from confirm
This commit is contained in:
parent
1daa5c342d
commit
fc3659e998
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user