OSDN Git Service

update ListTransactions
[bytom/vapor.git] / database / wallet_store.go
index a0c2a36..33c1513 100644 (file)
@@ -381,7 +381,6 @@ func (store *WalletStore) ListTransactions(accountID string, StartTxID string, c
                        annotatedTxs = append([]*query.AnnotatedTx{annotatedTx}, annotatedTxs...)
                        txNum--
                }
-
        }
 
        return annotatedTxs, nil