Skip to content

Commit

Permalink
[pipelines] init_settlement: fix info to be in sol not lamports
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed May 31, 2024
1 parent e7c2591 commit c8dd3f5
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 @@ -965,7 +965,7 @@ impl PrintReportable for InitSettlementReport {
lamports_to_sol(self.funded_overall),
lamports_to_sol(self.json_settlements_max_claim_sum),
self.funded_settlements_already,
self.funded_already,
lamports_to_sol(self.funded_already),
),
format!("InitSettlement number of loaded settlements merkle nodes {}, expected rent for settlement claims {} SOLs",
self.json_max_merkle_nodes_sum,
Expand Down

0 comments on commit c8dd3f5

Please sign in to comment.