summaryrefslogtreecommitdiff
path: root/ledger/catchpointwriter.go
diff options
context:
space:
mode:
Diffstat (limited to 'ledger/catchpointwriter.go')
-rw-r--r--ledger/catchpointwriter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ledger/catchpointwriter.go b/ledger/catchpointwriter.go
index 26fa65f71..349748176 100644
--- a/ledger/catchpointwriter.go
+++ b/ledger/catchpointwriter.go
@@ -294,7 +294,7 @@ func (cw *catchpointWriter) readDatabaseStep(ctx context.Context, tx *sql.Tx) (e
func (cw *catchpointWriter) readHeaderFromDatabase(ctx context.Context, tx *sql.Tx) (err error) {
var header CatchpointFileHeader
- header.BalancesRound, _, err = accountsRound(tx)
+ header.BalancesRound, err = accountsRound(tx)
if err != nil {
return
}