You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Write account keyed by address hash
err = bucket.Put(addrHash, uint32ToBytes(account))
if err != nil {
return nil
}
.....
}
The text was updated successfully, but these errors were encountered:
czh0526
changed the title
when return bucket failed, why return nil instead of err?
when write bucket failed, why return nil instead of err?
Jul 3, 2024
the error is in file waddrmgr/db.go at line 1216
func putAddrAccountIndex(...) error {
....
}
The text was updated successfully, but these errors were encountered: