Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jan 13, 2025
1 parent 9b18938 commit 8623926
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions polkadot/xcm/src/v6/instruction.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright (C) Parity Technologies (UK) Ltd.
// This file is part of Polkadot.

// Polkadot is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.

// Polkadot is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.

#[macro_export]
macro_rules! impl_xcm_instruction {
(
Expand Down
2 changes: 1 addition & 1 deletion polkadot/xcm/src/v6/instructions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.

//! Instructions for XCM v5.
//! Instructions for XCM v6.
use bounded_collections::BoundedVec;
use codec::{Decode, Encode};
Expand Down

0 comments on commit 8623926

Please sign in to comment.