Skip to content

Commit

Permalink
fix: message id in test
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Dec 6, 2024
1 parent 20f7e97 commit 7990867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridges/snowbridge/pallets/inbound-queue/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ fn test_submit_happy_path() {
.into(),
nonce: 1,
message_id: [
97, 161, 116, 204, 182, 115, 192, 144, 130, 243, 240, 193, 122, 154, 108, 91, 247,
41, 226, 237, 202, 158, 238, 239, 210, 8, 147, 131, 84, 146, 171, 176,
86, 101, 80, 125, 84, 10, 227, 145, 230, 209, 152, 38, 206, 251, 206, 208, 244, 221,
22, 215, 1, 252, 79, 181, 99, 207, 166, 220, 98, 3, 81, 7,
],
fee_burned: 110000000000,
}
Expand Down
1 change: 1 addition & 0 deletions prdoc/pr_6566.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ title: XCMv5 - SetHints instruction
doc:
- audience: Runtime Dev
description: |
Implementation of fellowship RFC 107.
The new SetHints instruction is a repackaging of SetAssetClaimer that also allows future
"hints" which alter the default behaviour of the executor.
The AllowTopLevelPaidExecutionFrom barrier allows this instruction between WithdrawAsset and
Expand Down

0 comments on commit 7990867

Please sign in to comment.