diff --git a/pkg/arvo/app/roller.hoon b/pkg/arvo/app/roller.hoon index 70a080872..732e1fd65 100644 --- a/pkg/arvo/app/roller.hoon +++ b/pkg/arvo/app/roller.hoon @@ -1346,7 +1346,7 @@ |^ :: print error if there was one :: - ~? ?=(%| -.result) [dap.bowl %send-error +.p.result] + ~? ?=(%| -.result) [dap.bowl %send-error nonce+nonce +.p.result] :: if this nonce was removed from the queue by a :: previous resend-with-higher-gas thread, it's done :: @@ -1485,7 +1485,6 @@ ?~ wer=(~(get by finding) keccak) :: tx not submitted by this roller :: - ~& >> "weird tx diff " [~ state] ?@ u.wer ~? &(?=(%confirmed u.wer) ?=(~ err.diff)) diff --git a/pkg/arvo/ted/roller/send.hoon b/pkg/arvo/ted/roller/send.hoon index 9739a2099..eeadd7efb 100644 --- a/pkg/arvo/ted/roller/send.hoon +++ b/pkg/arvo/ted/roller/send.hoon @@ -40,16 +40,15 @@ :: if chain expects a different nonce, don't send this transaction :: ?. =(nonce expected-nonce) - ~& >>> [%unexpected-nonce nonce expected+expected-nonce] %- pure:m !> ^- [%.n @tas @t] :+ %.n %not-sent ?: (lth expected-nonce nonce) - :: if ahead, it will use the same next-gas-price when resending + :: if ahead, use the same next-gas-price when resending :: %ahead-nonce - :: if behind, start out-of-sync flow + :: if behind, start out-of-sync flow if batch was not sent before :: %behind-nonce :: if a gas-price of 0 was specified, fetch the recommended one