Skip to content
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

upgrade substrate to v0.9.37 #2072

Merged
merged 22 commits into from
Feb 13, 2023
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
nbaztec committed Feb 6, 2023
commit 2091dd4b0548d379fef6625fbfea008e32c467b9
2 changes: 1 addition & 1 deletion precompiles/batch/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use crate::{
use evm::ExitReason;
use fp_evm::{ExitError, ExitRevert, ExitSucceed};
use frame_support::{
assert_err, assert_err_ignore_postinfo, assert_ok,
assert_ok,
dispatch::{DispatchError, Dispatchable},
};
use pallet_evm::Call as EvmCall;
Expand Down