Skip to content

Commit

Permalink
Add link to SE post
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff authored Nov 28, 2023
1 parent a8268d6 commit 031015d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tuxedo-parachain-core/src/collation_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ impl<B: BlockT, V, C> ParachainExecutiveExtension<B::Header> for Executive<B, V,
// The cumulus collator and FRAME pallets allow for custom head data, which seems to be motivated only
// by the solo to para migration path, so I will put that all off as well. For more details see
// https://github.com/paritytech/cumulus/pull/825 and https://github.com/paritytech/cumulus/pull/882
// and https://substrate.stackexchange.com/q/10522/372
CollationInfo {
upward_messages: Vec::new(),
horizontal_messages: Vec::new(),
Expand Down

0 comments on commit 031015d

Please sign in to comment.