mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 19:25:55 +00:00
fix(staking miner): check latest state in solution (#5744)
This commit is contained in:
@@ -249,6 +249,7 @@ enum Error<T: EPM::Config> {
|
||||
AlreadySubmitted,
|
||||
VersionMismatch,
|
||||
StrategyNotSatisfied,
|
||||
Other(String),
|
||||
}
|
||||
|
||||
impl<T: EPM::Config> From<sp_core::crypto::SecretStringError> for Error<T> {
|
||||
|
||||
Reference in New Issue
Block a user