Skip to content

Commit

Permalink
Update runtime/karura/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Feb 23, 2022
1 parent affa3a9 commit cedf145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/karura/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ pub struct StorageDepositPerByte;
impl<I: From<Balance>> frame_support::traits::Get<I> for StorageDepositPerByte {
fn get() -> I {
// NOTE: KAR decimals is 12, convert to 18.
// 10 * millicent(KCA) * 10^6
// 10 * millicent(KAR) * 10^6
I::from(100_000_000_000_000)
}
}
Expand Down

0 comments on commit cedf145

Please sign in to comment.