Skip to content

Commit e3a322c

Browse files
committed
fix: merge conflict
1 parent 53e8907 commit e3a322c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

testnet/stacks-node/src/event_dispatcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pub struct EventObserver {
9292
pub timeout: Duration,
9393
/// If true, the stacks-node will not retry if event delivery fails for any reason.
9494
/// WARNING: This should not be set on observers that require successful delivery of all events.
95-
disable_retries: bool,
95+
pub disable_retries: bool,
9696
}
9797

9898
struct ReceiptPayloadInfo<'a> {

testnet/stacks-node/src/tests/signer/v0.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,6 +1518,7 @@ fn regr_use_block_header_pk() {
15181518
endpoint,
15191519
db_path: None,
15201520
timeout: Duration::from_secs(120),
1521+
disable_retries: false,
15211522
})
15221523
.collect();
15231524

0 commit comments

Comments
 (0)