mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
clear statedb panics (#797)
* state-db: remove the assertion and replace it with Result<> * state-db: unit test fixes * comment fixes * typo fix
This commit is contained in:
@@ -58,7 +58,7 @@ error_chain! {
|
||||
display("Current state of blockchain has invalid authorities set"),
|
||||
}
|
||||
|
||||
/// Cound not get runtime version.
|
||||
/// Could not get runtime version.
|
||||
VersionInvalid {
|
||||
description("Runtime version error"),
|
||||
display("On-chain runtime does not specify version"),
|
||||
|
||||
Reference in New Issue
Block a user