Skip to content

Commit 09a0287

Browse files
committed
Update impls.rs
1 parent 2d1fed5 commit 09a0287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/swap/src/pallet/impls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ impl<T: Config> Pallet<T> {
12861286
T::BalanceOps::increase_stake(
12871287
&owner,
12881288
&validator_hotkey,
1289-
NetUid::ROOT,
1289+
netuid,
12901290
alpha_total_from_pool,
12911291
)?;
12921292

0 commit comments

Comments
 (0)