summaryrefslogtreecommitdiff
path: root/ledger/accountdb.go
diff options
context:
space:
mode:
Diffstat (limited to 'ledger/accountdb.go')
-rw-r--r--ledger/accountdb.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ledger/accountdb.go b/ledger/accountdb.go
index 514332265..788ccdc37 100644
--- a/ledger/accountdb.go
+++ b/ledger/accountdb.go
@@ -1228,7 +1228,7 @@ func updateAccountsHashRound(tx *sql.Tx, hashRound basics.Round) (err error) {
}
if aff != 1 {
- err = fmt.Errorf("updateAccountsRound(hashbase,%d): expected to update 1 row but got %d", hashRound, aff)
+ err = fmt.Errorf("updateAccountsHashRound(hashbase,%d): expected to update 1 row but got %d", hashRound, aff)
return
}
return