Fix typed fn name

This commit is contained in:
Teemu Patja 2017-08-28 23:40:02 +03:00
parent bf8039bceb
commit 071fffbe4d
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C

View File

@ -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