Skip to content
Snippets Groups Projects
Commit 20d403ae authored by Alan Sapede's avatar Alan Sapede Committed by GitHub
Browse files

Make evm errors public (#6598)

parent 4d209543
Branches
No related merge requests found
......@@ -40,7 +40,8 @@ use sp_runtime::{
DispatchResult, traits::{UniqueSaturatedInto, AccountIdConversion, SaturatedConversion},
};
use sha3::{Digest, Keccak256};
use evm::{ExitReason, ExitSucceed, ExitError, Config};
pub use evm::{ExitReason, ExitSucceed, ExitError, ExitRevert, ExitFatal};
use evm::Config;
use evm::executor::StackExecutor;
use evm::backend::ApplyBackend;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment