Skip to content

Commit

Permalink
fix: remove poolConnected on pool close
Browse files Browse the repository at this point in the history
fixes issue where cannot reconnect to ledger after rotating wallet key

Signed-off-by: Niall Shaw <niall.shaw@absa.africa>
  • Loading branch information
niall-shaw committed Sep 6, 2022
1 parent 60a8091 commit 316719c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/modules/ledger/IndyPool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export class IndyPool {
}

this._poolHandle = undefined
this.poolConnected = undefined

await this.indy.closePoolLedger(poolHandle)
}
Expand Down

0 comments on commit 316719c

Please sign in to comment.