Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit b7b8b37

Browse files
committed
Remove unecessary wallet.getNewAddress() in action/index.js
1 parent 5746fea commit b7b8b37

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/action/index-mobile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ when(() => store.walletUnlocked, () => grpc.initLnd());
9999
when(
100100
() => store.lndReady,
101101
() => {
102-
wallet.getNewAddress();
103102
wallet.pollBalances();
104103
wallet.pollExchangeRate();
105104
channel.pollChannels();

src/action/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ when(
9292
() => store.lndReady && store.autopilotReady,
9393
() => {
9494
autopilot.init();
95-
wallet.getNewAddress();
9695
wallet.pollBalances();
9796
wallet.pollExchangeRate();
9897
channel.pollChannels();

0 commit comments

Comments
 (0)