-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cancel auctions on Coretime launch #215
Cancel auctions on Coretime launch #215
Conversation
IMO it should be added to the Changelog. |
Co-authored-by: joe petrowski <[email protected]>
Co-authored-by: joe petrowski <[email protected]>
/merge |
Enabled Available commands
For more information see the documentation |
Head branch was pushed to by a user without write access
if let Err(err) = Scheduler::cancel_named( | ||
pallet_custom_origins::Origin::AuctionAdmin.into(), | ||
[ | ||
0x5c, 0x68, 0xbf, 0x0c, 0x2d, 0x11, 0x04, 0x91, 0x6b, 0xa5, 0xa4, 0xde, 0xe6, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trusting you on this name here ;)
/merge |
Enabled Available commands
For more information see the documentation |
6d56c21
into
polkadot-fellows:main
Parachain Auctions that would conclude after Coretime launch, would not be served, yet we are cancelling all auctions that are still ongoing.