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
#26 changed how chain updates are managed. We can replace wallet.ApplyChainUpdates and wallet.RevertChainUpdate with a single function that processes all updates atomically. That should increase performance for some stores.
#26 changed how chain updates are managed. We can replace
wallet.ApplyChainUpdates
andwallet.RevertChainUpdate
with a single function that processes all updates atomically. That should increase performance for some stores.coreutils/wallet/update.go
Line 147 in c73e571
coreutils/wallet/update.go
Line 246 in c73e571
The text was updated successfully, but these errors were encountered: