change the miner rewards event

This commit is contained in:
Greg Coppola
2022-11-02 11:15:04 -06:00
parent 53e7dfd880
commit 2e70ea67ca

View File

@@ -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(),