We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43dbb6c commit 0d486baCopy full SHA for 0d486ba
runtime/src/lib.rs
@@ -620,14 +620,14 @@ pub enum ProxyType {
620
Owner, // Subnet owner Calls
621
NonCritical,
622
NonTransfer,
623
- Transfer,
624
- SmallTransfer,
625
Senate,
626
NonFungibile, // Nothing involving moving TAO
627
Triumvirate,
628
Governance, // Both above governance
629
Staking,
630
Registration,
+ Transfer,
+ SmallTransfer,
631
}
632
// Transfers below SMALL_TRANSFER_LIMIT are considered small transfers
633
pub const SMALL_TRANSFER_LIMIT: Balance = 500_000_000; // 0.5 TAO
0 commit comments