Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed Sep 9, 2022
1 parent 7ba9f8f commit e927db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/datacap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub const DATACAP_GRANULARITY: u64 = TOKEN_PRECISION as u64;
lazy_static! {
static ref INFINITE_ALLOWANCE: TokenAmount = TokenAmount::from_atto(
BigInt::from(1_000_000_000_000_000_000 as i64)
* BigInt::from(1_000_000_000_000_000_000_000 as i128)
* BigInt::from(1_000_000_000_000_000_000_000_i128)
);
}
/// Static method numbers for builtin-actor private dispatch.
Expand Down

0 comments on commit e927db8

Please sign in to comment.