Skip to content

Commit 50293f3

Browse files
Revert to u128
1 parent 9a876b7 commit 50293f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/common/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ where
6767
impl<AccountId, HoldReason: Encode + Decode + TypeInfo + 'static> Inspect<AccountId>
6868
for NoCurrency<AccountId, HoldReason>
6969
{
70-
type Balance = u64;
70+
type Balance = u128;
7171

7272
fn total_issuance() -> Self::Balance {
7373
Zero::zero()

0 commit comments

Comments
 (0)