Skip to content

Commit

Permalink
signers listen to burn_blocks events for stacks-network/stacks-core#4549
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Mar 18, 2024
1 parent 504b18f commit 24cfb0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stacks-krypton-miner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ events_keys = ["*"]
endpoint = "stacks-signer-1:30001"
retry_count = 255
include_data_events = false
events_keys = ["stackerdb", "block_proposal"]
events_keys = ["stackerdb", "block_proposal", "burn_blocks"]

[[events_observer]]
endpoint = "stacks-signer-2:30002"
retry_count = 255
include_data_events = false
events_keys = ["stackerdb", "block_proposal"]
events_keys = ["stackerdb", "block_proposal", "burn_blocks"]

[[events_observer]]
endpoint = "stacks-signer-3:30003"
retry_count = 255
include_data_events = false
events_keys = ["stackerdb", "block_proposal"]
events_keys = ["stackerdb", "block_proposal", "burn_blocks"]

[burnchain]
chain = "bitcoin"
Expand Down

0 comments on commit 24cfb0f

Please sign in to comment.