Skip to content

Commit

Permalink
[pipeline] printing init in sols not lamports; small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Jul 12, 2024
1 parent 868a1b3 commit cc0c808
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 @@ -354,7 +354,7 @@ impl PrintReportable for InitSettlementReport {
Box::pin(async {
vec![
format!(
"InitSettlement (epoch: {}, sum merkle nodes: {}, sum claim amounts: {}): created {}/{} settlements",
"InitSettlement (epoch: {}, sum merkle nodes: {}, sum claim amounts: {} SOLs): created {}/{} settlements",
self.epoch,
self.json_max_merkle_nodes_sum,
lamports_to_sol(self.json_settlements_max_claim_sum),
Expand Down

0 comments on commit cc0c808

Please sign in to comment.