From 60d373f293c32d3a192fc775a83a9c565b7cb293 Mon Sep 17 00:00:00 2001 From: Chengcheng Zhang <943420582@qq.com> Date: Thu, 18 Jul 2019 15:47:15 +0800 Subject: [PATCH] update ListTransactions --- database/wallet_store.go | 1 - 1 file changed, 1 deletion(-) diff --git a/database/wallet_store.go b/database/wallet_store.go index a0c2a36d..33c1513f 100644 --- a/database/wallet_store.go +++ b/database/wallet_store.go @@ -381,7 +381,6 @@ func (store *WalletStore) ListTransactions(accountID string, StartTxID string, c annotatedTxs = append([]*query.AnnotatedTx{annotatedTx}, annotatedTxs...) txNum-- } - } return annotatedTxs, nil -- 2.11.0