From 815544ec127cc236f1801f7bb43e347bcb944cc9 Mon Sep 17 00:00:00 2001 From: Teemu Patja Date: Fri, 18 Aug 2017 15:13:28 +0300 Subject: [PATCH] Fix compile error --- src/clj/commiteth/eth/multisig_wallet.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/commiteth/eth/multisig_wallet.clj b/src/clj/commiteth/eth/multisig_wallet.clj index 7122b79..8000dbf 100644 --- a/src/clj/commiteth/eth/multisig_wallet.clj +++ b/src/clj/commiteth/eth/multisig_wallet.clj @@ -4,7 +4,7 @@ (defonce method-ids (into {} - (map (fn [k signature] + (map (fn [[k signature]] [k (eth/sig->method-id signature)]) {:submit-transaction "submitTransaction(address,uint256,bytes)" :withdraw-everything "withdrawEverything(address)"