Skip to content

Commit e931123

Browse files
camfairchildl0r1s
andauthored
Update pallets/subtensor/src/lib.rs
Co-authored-by: Loris Moulin <45130584+l0r1s@users.noreply.github.com>
1 parent c2e6ab7 commit e931123

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
@@ -1433,8 +1433,8 @@ pub mod pallet {
14331433
/// --- MAP ( netuid ) --> pending_server_emission
14341434
pub type PendingServerEmission<T> =
14351435
StorageMap<_, Identity, NetUid, AlphaCurrency, ValueQuery, DefaultZeroAlpha<T>>;
1436-
#[pallet::storage]
14371436
/// --- MAP ( netuid ) --> pending_validator_emission
1437+
#[pallet::storage]
14381438
pub type PendingValidatorEmission<T> =
14391439
StorageMap<_, Identity, NetUid, AlphaCurrency, ValueQuery, DefaultZeroAlpha<T>>;
14401440
/// --- MAP ( netuid ) --> pending_root_alpha_emission

0 commit comments

Comments
 (0)