We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e8907 commit e3a322cCopy full SHA for e3a322c
testnet/stacks-node/src/event_dispatcher.rs
@@ -92,7 +92,7 @@ pub struct EventObserver {
92
pub timeout: Duration,
93
/// If true, the stacks-node will not retry if event delivery fails for any reason.
94
/// WARNING: This should not be set on observers that require successful delivery of all events.
95
- disable_retries: bool,
+ pub disable_retries: bool,
96
}
97
98
struct ReceiptPayloadInfo<'a> {
testnet/stacks-node/src/tests/signer/v0.rs
@@ -1518,6 +1518,7 @@ fn regr_use_block_header_pk() {
1518
endpoint,
1519
db_path: None,
1520
timeout: Duration::from_secs(120),
1521
+ disable_retries: false,
1522
})
1523
.collect();
1524
0 commit comments