You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: feature-staking-impl/src/main/java/jp/co/soramitsu/staking/impl/scenarios/relaychain/StakingRelayChainScenarioRepository.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -304,7 +304,7 @@ class StakingRelayChainScenarioRepository(
304
304
chainId:ChainId,
305
305
accountIdsHex:List<String>
306
306
): AccountIdMap<ValidatorPrefs?> {
307
-
returnlocalStorage.queryKeys(
307
+
returnremoteStorage.queryKeys(
308
308
keysBuilder = { runtime ->
309
309
val storage = runtime.metadata.stakingOrNull()?.storage("Validators")
0 commit comments