mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-14 16:39:54 +08:00
change the miner rewards event
This commit is contained in:
@@ -700,7 +700,8 @@ impl EventDispatcher {
|
||||
.iter()
|
||||
.map(|reward| {
|
||||
json!({
|
||||
"recipient": reward.address.to_string(),
|
||||
"recipient": reward.recipient.to_string(),
|
||||
"miner_address": reward.address.to_string(),
|
||||
"coinbase_amount": reward.coinbase.to_string(),
|
||||
"tx_fees_anchored": reward.tx_fees_anchored.to_string(),
|
||||
"tx_fees_streamed_confirmed": reward.tx_fees_streamed_confirmed.to_string(),
|
||||
|
||||
Reference in New Issue
Block a user