Skip to content

Commit

Permalink
fix: ledger connect should be public
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed May 16, 2021
1 parent c2cfa08 commit 5ff017c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ledger/services/LedgerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class LedgerService {
return this._poolHandle
}

private async connect() {
public async connect() {
const poolName = this.agentConfig.poolName
const genesisPath = await this.getGenesisPath()

Expand Down

0 comments on commit 5ff017c

Please sign in to comment.