Skip to content

Commit

Permalink
[pipelines] better info on debug for listing claiming"
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Jul 24, 2024
1 parent 171692a commit 2754a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settlement-pipelines/src/settlements.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pub async fn list_claimable_settlements(
} else {
// no settlement found in the map then not claimable
debug!(
"Settlement {} (epoch: {}) not found in map of claimable stake accounts, not claimable",
"Settlement {} (epoch: {}) not claimable stake accounts in map (probably stakes are not deactivated yet)",
settlement_address,
settlement.epoch_created_for
);
Expand Down

0 comments on commit 2754a3e

Please sign in to comment.