Skip to content

Commit

Permalink
rusk-wallet: Fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh14 committed Oct 1, 2024
1 parent 60430ff commit 56370d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusk-wallet/src/wallet/gas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use crate::currency::Lux;

/// The minimum gas limit
pub const MIN_LIMIT: u64 = 50_000_00;
pub const MIN_LIMIT: u64 = 5_000_000;

/// The default gas limit
pub const DEFAULT_LIMIT: u64 = 500_000_000;
Expand Down

0 comments on commit 56370d8

Please sign in to comment.