Skip to content

Commit

Permalink
mili means 1/1000
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Apr 25, 2022
1 parent 8dca7b7 commit 244b69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvm/src/gas/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mod charge;
mod outputs;
mod price_list;

pub const MILIGAS_PRECISION: i64 = 16;
pub const MILIGAS_PRECISION: i64 = 1000;

pub struct GasTracker {
// TODO: convert to miligas
Expand Down

0 comments on commit 244b69b

Please sign in to comment.