From d9f1d5f16c2ca6f0c7ff652da951fb32da1e6b75 Mon Sep 17 00:00:00 2001 From: Benjamin Bollen <ben@erisindustries.com> Date: Wed, 11 May 2016 16:01:26 +0200 Subject: [PATCH] Also remove the SendParam struct --- erisdb/params.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/erisdb/params.go b/erisdb/params.go index 1452ac9f..7c68fe2f 100644 --- a/erisdb/params.go +++ b/erisdb/params.go @@ -90,13 +90,6 @@ type ( GasLimit int64 `json:"gas_limit"` } - // Used when sending a 'Send' transaction. - SendParam struct { - PrivKey []byte `json:"priv_key"` - ToAddress []byte `json:"to_address"` - Amount int64 `json:"amount"` - } - NameRegEntryParam struct { Name string `json:"name"` } -- GitLab