We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a876b7 commit 50293f3Copy full SHA for 50293f3
pallets/common/src/lib.rs
@@ -67,7 +67,7 @@ where
67
impl<AccountId, HoldReason: Encode + Decode + TypeInfo + 'static> Inspect<AccountId>
68
for NoCurrency<AccountId, HoldReason>
69
{
70
- type Balance = u64;
+ type Balance = u128;
71
72
fn total_issuance() -> Self::Balance {
73
Zero::zero()
0 commit comments