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
error!("Exceeded max retries when notifying connector about account {:?} for amount {:?} and transaction hash {:?}. Please check your API.",account_id_clone, full_amount_clone, tx_hash)
550
+
error!("Exceeded max retries when notifying connector about account {:?} for amount {:?} and transaction hash {:?}. Please check your API.",account_id_clone2, full_amount_clone2, tx_hash)
549
551
})
550
552
.and_then(move |response| {
551
553
trace!("Accounting system responded with {:?}", response);
0 commit comments