Skip to content

Commit 380aa65

Browse files
author
Samuel Dare
committed
chore: reduce min tao req to 0.1
1 parent 3817b76 commit 380aa65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub mod pallet {
8686
const STORAGE_VERSION: StorageVersion = StorageVersion::new(6);
8787

8888
/// Minimum balance required to perform a coldkey swap
89-
pub const MIN_BALANCE_TO_PERFORM_COLDKEY_SWAP: u64 = 1_000_000_000; // 1 TAO in RAO
89+
pub const MIN_BALANCE_TO_PERFORM_COLDKEY_SWAP: u64 = 1_000_000_00; // 0.1 TAO in RAO
9090

9191
#[pallet::pallet]
9292
#[pallet::without_storage_info]

0 commit comments

Comments
 (0)