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
store pending withdrawals always before delivery (#74)
* store pending withdrawals always before delivery
* store receipts before auto accumulating
* rework log messages
* cargo fmt
---------
Co-authored-by: David Salami <wizdave97@gmail.com>
tracing::error!("Error encountered while deleting pending withdrawals from the db: {e:?}, \n NOTE: The withdrawal request was successfully delivered.");
338
+
}
339
+
},
331
340
Err(err) => {
332
-
// persist the withdrawal in-case delivery fails, so it's not lost forever
333
-
tracing::error!("Encountered an error while delivering withdrawal request: {err:?}");
0 commit comments