We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b4e0e commit 71f388cCopy full SHA for 71f388c
1 file changed
clients/cli/src/output.rs
@@ -225,7 +225,7 @@ impl StakePoolOutput {
225
"{} Onramp does not exist; use `spl-single-pool manage create-on-ramp` to create it",
226
style("/!\\").bold(),
227
)?;
228
- } else if self.undelegated_lamports > self.minimum_delegation {
+ } else if self.undelegated_lamports >= self.minimum_delegation {
229
writeln!(
230
w,
231
"{} This pool has {} not earning rewards; use `spl-single-pool manage replenish-pool` to delegate it",
0 commit comments