We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a8095 commit 0a77e52Copy full SHA for 0a77e52
badger/cmd/bank.go
@@ -139,7 +139,7 @@ func min(a, b uint64) uint64 {
139
return b
140
}
141
142
-var errAbandoned = stderrors.New("Transaction abandonded due to insufficient balance")
+var errAbandoned = stderrors.New("Transaction abandoned due to insufficient balance")
143
144
func moveMoney(db *badger.DB, from, to int) error {
145
return db.Update(func(txn *badger.Txn) error {
0 commit comments