Skip to content

Commit 3c40f25

Browse files
keithtensororriin
andauthored
Update pallets/subtensor/src/lib.rs
Co-authored-by: orriin <167025436+orriin@users.noreply.github.com>
1 parent 09d384d commit 3c40f25

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
@@ -1148,7 +1148,7 @@ pub mod pallet {
11481148
Stake::<T>::insert(hotkey.clone(), coldkey.clone(), stake);
11491149

11501150
next_uid = next_uid.checked_add(1).expect(
1151-
"should not have total number of hotkey accounts larger than u16::MAX",
1151+
"genesis state should not have a total number of hotkey accounts larger than u16::MAX",
11521152
);
11531153
}
11541154
}

0 commit comments

Comments
 (0)