We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0b49b commit 4c225fbCopy full SHA for 4c225fb
1 file changed
pallets/subtensor/src/benchmarks.rs
@@ -132,6 +132,9 @@ mod pallet_benchmarks {
132
133
RegistrationsThisInterval::<T>::insert(netuid, 0);
134
135
+ // Reset burn so that we don't hit maximum issuance
136
+ Burn::<T>::insert(netuid, TaoBalance::from(1_000_000));
137
+
138
assert_ok!(Subtensor::<T>::burned_register(
139
RawOrigin::Signed(coldkey.clone()).into(),
140
netuid,
0 commit comments