Fix compile error
This commit is contained in:
parent
350657a488
commit
815544ec12
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
(defonce method-ids
|
(defonce method-ids
|
||||||
(into {}
|
(into {}
|
||||||
(map (fn [k signature]
|
(map (fn [[k signature]]
|
||||||
[k (eth/sig->method-id signature)])
|
[k (eth/sig->method-id signature)])
|
||||||
{:submit-transaction "submitTransaction(address,uint256,bytes)"
|
{:submit-transaction "submitTransaction(address,uint256,bytes)"
|
||||||
:withdraw-everything "withdrawEverything(address)"
|
:withdraw-everything "withdrawEverything(address)"
|
||||||
|
|
Loading…
Reference in New Issue