mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
Update to latest Substrate & Polkadot (#131)
* Switch to latest Substrate & Polkadot * Update again
This commit is contained in:
@@ -105,7 +105,7 @@ where
|
||||
|
||||
Validation::Failure
|
||||
} else {
|
||||
Validation::Success
|
||||
Validation::Success { is_new_best: false }
|
||||
});
|
||||
}
|
||||
|
||||
@@ -202,7 +202,7 @@ where
|
||||
)) as Box<_>);
|
||||
}
|
||||
|
||||
Ok(Validation::Success)
|
||||
Ok(Validation::Success { is_new_best: false })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user