Skip to content

Commit

Permalink
quick fix, remove commented (MystenLabs#3159)
Browse files Browse the repository at this point in the history
  • Loading branch information
gegaowp authored Jul 12, 2022
1 parent d3c5af5 commit e27d0fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wallet/src/ui/app/redux/slices/transactions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export const StakeTokens = createAsyncThunk<
// TODO: fetch the first active validator for now,
// repalce it with the user picked one
const activeValidators = await Coin.getActiveValidators(
// api.getSignerInstance(keypairVault.getKeyPair())
api.instance.fullNode
);
const first_validator = activeValidators[0];
Expand Down

0 comments on commit e27d0fd

Please sign in to comment.