mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 19:21:03 +00:00
Scheduler is already at V4 (#13105)
* Scheduler is already at V4 Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix Referenda log target Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix test Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
ced0281e56
commit
ff5c46c510
@@ -88,7 +88,7 @@ pub mod v1 {
|
||||
use super::*;
|
||||
|
||||
/// The log target.
|
||||
const TARGET: &'static str = "runtime::democracy::migration::v1";
|
||||
const TARGET: &'static str = "runtime::referenda::migration::v1";
|
||||
|
||||
/// Transforms a submission deposit of ReferendumInfo(Approved|Rejected|Cancelled|TimedOut) to
|
||||
/// optional value, making it refundable.
|
||||
|
||||
Reference in New Issue
Block a user