Skip to content

Commit

Permalink
add missing range
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jun 14, 2021
1 parent 4103d01 commit 30c96ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iapyx/src/cli/args/qr/wallets.rs
Expand Up @@ -67,6 +67,7 @@ impl WalletsCommand {
(250_000..500_000),
(500_000..1_000_000),
(1_000_000..5_000_000),
(5_000_000..10_000_000),
(10_000_000..25_000_000),
(25_000_000..50_000_000),
(50_000_000..32_000_000_000),
Expand Down

0 comments on commit 30c96ba

Please sign in to comment.