Skip to content

Commit

Permalink
chore: runtime version bump (#4018)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandanlen authored Sep 19, 2023
1 parent 9f5d3fc commit 0fbf186
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion state-chain/pallets/cf-swapping/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,6 @@ pub mod pallet {
} else {
deposit_amount
};
// PARTNERNET ONLY

let principal_swap_amount =
deposit_amount.saturating_sub(deposit_metadata.channel_metadata.gas_budget);
Expand Down
2 changes: 1 addition & 1 deletion state-chain/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("chainflip-node"),
impl_name: create_runtime_str!("chainflip-node"),
authoring_version: 1,
spec_version: 15,
spec_version: 16,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 4,
Expand Down

0 comments on commit 0fbf186

Please sign in to comment.