-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/billing #289
Feature/billing #289
Conversation
2646ad1
to
ccca9a4
Compare
@@ -119,6 +123,15 @@ export class MasterSigningClientService { | |||
const hashes = [...responses.map(hash => toHex(hash.hash)), lastDelivery.transactionHash]; | |||
|
|||
return await Promise.all(hashes.map(hash => client.getTx(hash))); | |||
} catch (error) { | |||
if (error.message.includes("account sequence mismatch")) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this happen a lot?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it happened once to me
looks like a product decision generally. Let's discuss this with @anilmurty |
ccca9a4
to
8d0361c
Compare
Funn
nice coincidence. I ran into that just this morning - was trying to show someone a demo of the "Start Trial" button and couldn't get back into that state after starting a trial. let's discuss for sure |
No description provided.