Remove unused function
This commit is contained in:
parent
8599b67dd9
commit
c0fa786225
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue