mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-13 19:15:03 +00:00
Fix typed fn name
This commit is contained in:
parent
bf8039bceb
commit
071fffbe4d
@ -364,7 +364,7 @@
|
||||
(let [Web3 (:web3 db)
|
||||
confirm-method-id (sig->method-id "confirmTransaction(uint256)")
|
||||
confirm-id (strip-0x confirm-hash)
|
||||
bignum (fn [x] (web3/to-bignumber Web3 x))
|
||||
bignum (fn [x] (web3/to-big-number Web3 x))
|
||||
data (str confirm-method-id
|
||||
confirm-id)
|
||||
payload {:from owner-address
|
||||
|
Loading…
x
Reference in New Issue
Block a user