pallet_broker: Support renewing leases expired in a previous period (#4089)

Part of: https://github.com/paritytech/polkadot-sdk/issues/4107
This commit is contained in:
Bastian Köcher
2024-04-15 15:06:22 +02:00
committed by GitHub
parent d1b0ef76a8
commit 6f73b746d3
6 changed files with 169 additions and 7 deletions
+1
View File
@@ -29,6 +29,7 @@ frame-system = { path = "../system", default-features = false }
[dev-dependencies]
sp-io = { path = "../../primitives/io" }
pretty_assertions = "1.3.0"
[features]
default = ["std"]