Skip to content

Commit 5ec3b33

Browse files
committed
update non_aggregated_translator_correctly_deals_with_close_channel_message test to use dynamic extranonce size from open_extended_mining_channel received by tProxy
1 parent e7bd231 commit 5ec3b33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/tests/translator_integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ async fn non_aggregated_translator_correctly_deals_with_close_channel_message()
11781178
.try_into()
11791179
.unwrap(),
11801180
// full extranonce has a total of 8 bytes
1181-
extranonce_size: 4,
1181+
extranonce_size: open_extended_mining_channel.min_extranonce_size,
11821182
extranonce_prefix: vec![0x00, 0x01, 0x00, i as u8].try_into().unwrap(),
11831183
group_channel_id: GROUP_CHANNEL_ID,
11841184
},

0 commit comments

Comments
 (0)