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
returnreject(newError(`Transaction ${transactionId} did not appear after the timeout period of ${interval}ms - consider resubmitting the transaction`));}
returnreject(newError(`Transaction ${transactionId} was rejected by the network`));
1249
-
}
1250
-
1251
-
// no status? keep polling
1249
+
returnreject(newError(
1250
+
`Transaction ${transactionId} was rejected by the network. Ensure that the account paying the fee has enough credits and that the inputs to the on-chain function are valid.`));
0 commit comments