fix(staking miner): check latest state in solution (#5744)

This commit is contained in:
Niklas Adolfsson
2022-07-01 17:05:01 +02:00
committed by GitHub
parent ef198a579c
commit 6d672f0951
3 changed files with 36 additions and 2 deletions
+1
View File
@@ -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> {