Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Update src/queue/payouts.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jackson Kruger <[email protected]>
  • Loading branch information
Geometrically and OmegaJak authored Oct 11, 2023
1 parent 3809953 commit 9ec068e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queue/payouts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl PayoutsQueue {

if fee.estimated_fees > amount || fee.route_minimum > amount {
return Err(ApiError::Payments(
"Account balance is to low to withdraw funds".to_string(),
"Account balance is too low to withdraw funds".to_string(),
));
}

Expand Down

0 comments on commit 9ec068e

Please sign in to comment.