Skip to content

Commit

Permalink
Fix: clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lavish0000 committed Aug 19, 2024
1 parent fd8f5f2 commit 565be9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/peaq/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pub mod currency {
pub const PEAQ: Balance = 1_000_000_000_000_000_000;
pub const KILOPEAQ: Balance = 1_000_000_000_000_000_000_000;

pub const TRANSACTION_BYTE_FEE: Balance = 1 * GIGAWEI * SUPPLY_FACTOR;
pub const TRANSACTION_BYTE_FEE: Balance = GIGAWEI * SUPPLY_FACTOR;
pub const STORAGE_BYTE_FEE: Balance = 100 * MICROPEAQ * SUPPLY_FACTOR;
pub const WEIGHT_FEE: Balance = 40 * KILOWEI * SUPPLY_FACTOR;

Expand Down

0 comments on commit 565be9a

Please sign in to comment.