We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not this:
Event sequence: Panic(1): Using assert, Transfer(351604) from: 0xb4c79dab8f259c7aee6e5b2aa729821864227e84, Debug(«fromBalBefore», 387527) from: 0xa329c0648769a73afac7f9381e08fb43dbea72, Debug(«fromBalAfter», 387527) from: 0xa329c0648769a73afac7f9381e08fb43dbea72, Debug(«toBalBefore», 0) from: 0xa329c0648769a73afac7f9381e08fb43dbea72, Debug(«toBalAfter», 0) from: 0xa329c0648769a73afac7f9381e08fb43dbea72
But this:
Event sequence: Panic(1): Using assert Transfer(351604) from: 0xb4c79dab8f259c7aee6e5b2aa729821864227e84 Debug(«fromBalBefore», 387527) from: 0xa329c0648769a73afac7f9381e08fb43dbea72 Debug(«fromBalAfter», 387527) from: 0xa329c0648769a73afac7f9381e08fb43dbea72 Debug(«toBalBefore», 0) from: 0xa329c0648769a73afac7f9381e08fb43dbea72 Debug(«toBalAfter», 0) from: 0xa329c0648769a73afac7f9381e08fb43dbea72
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the desired feature
Not this:
But this:
The text was updated successfully, but these errors were encountered: