Skip to content

Commit

Permalink
[pipeline] printing init in sols not lamports
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Jul 12, 2024
1 parent b7b9a38 commit 868a1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settlement-pipelines/src/bin/init_settlement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ impl PrintReportable for InitSettlementReport {
"InitSettlement (epoch: {}, sum merkle nodes: {}, sum claim amounts: {}): created {}/{} settlements",
self.epoch,
self.json_max_merkle_nodes_sum,
self.json_settlements_max_claim_sum,
lamports_to_sol(self.json_settlements_max_claim_sum),
self.created_settlements.len(),
self.json_settlements_count
),
Expand Down

0 comments on commit 868a1b3

Please sign in to comment.