From c0fa786225392a3a6164f1ba3d9ad34537edd590 Mon Sep 17 00:00:00 2001 From: Teemu Patja Date: Thu, 17 Aug 2017 13:19:01 +0300 Subject: [PATCH] Remove unused function --- src/clj/commiteth/eth/multisig_wallet.clj | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/clj/commiteth/eth/multisig_wallet.clj b/src/clj/commiteth/eth/multisig_wallet.clj index f00414d..99f77b8 100644 --- a/src/clj/commiteth/eth/multisig_wallet.clj +++ b/src/clj/commiteth/eth/multisig_wallet.clj @@ -7,9 +7,6 @@ (defonce method-ids {:submit-transaction (eth/sig->method-id "submitTransaction(address,uint256,bytes)")}) -(defn get-owner - [contract index] - (eth/call contract "0x025e7c27" index)) (defn execute [contract to value]