Skip to content

Commit 7fa1121

Browse files
committed
perf: removes redundant waiting on wallet ready
1 parent 015a196 commit 7fa1121

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

__tests__/integration/utils/wallet-helper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ export class WalletHelper {
171171
waitWalletReady: true
172172
});
173173
walletBenchmark.startRequestEnd = Date.now().valueOf();
174-
walletsPendingReady[wallet.walletId] = wallet;
175174
walletBenchmark.diffRequest = walletBenchmark.startRequestEnd
176175
- walletBenchmark.startRequestBegin;
177176
startBenchmark.wallets[wallet.walletId] = walletBenchmark;

0 commit comments

Comments
 (0)