Skip to content

Commit 0a77e52

Browse files
committed
fix: typo of abandoned
1 parent 07a8095 commit 0a77e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

badger/cmd/bank.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func min(a, b uint64) uint64 {
139139
return b
140140
}
141141

142-
var errAbandoned = stderrors.New("Transaction abandonded due to insufficient balance")
142+
var errAbandoned = stderrors.New("Transaction abandoned due to insufficient balance")
143143

144144
func moveMoney(db *badger.DB, from, to int) error {
145145
return db.Update(func(txn *badger.Txn) error {

0 commit comments

Comments
 (0)