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
launch_custom_provider_and_get_wallets
I believe the actual reason is rust-lang/rust#100141
The panic message is
thread 'basic' panicked at 'overflow when subtracting duration from instant', library/std/src/time.rs:424:33
The backtrace points to this line in fuel-core.
The text was updated successfully, but these errors were encountered:
It was solved in the https://github.com/FuelLabs/fuel-core/pull/1466/files#diff-763b2fd40e7f1ad277c50ff36407a7d8ef9479857efd290e3e57cd1cd12b55e4.
The fix should be available starting fuel-core 0.21
fuel-core 0.21
Sorry, something went wrong.
xgreenx
No branches or pull requests
I believe the actual reason is rust-lang/rust#100141
The panic message is
The backtrace points to this line in fuel-core.
The text was updated successfully, but these errors were encountered: