Skip to content

Commit

Permalink
feat(wallet-cli): allow remote contexts (#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 authored Oct 10, 2024
1 parent 8189340 commit 532fe3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions component/wallet-cli/cmd/init_wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ func initServices(
ldOpts = append(ldOpts, ldutil.WithRemoteProviderURL(contextProviderURL))
}

ldOpts = append(ldOpts, ldutil.WithContextEnableRemote())

documentLoader, err := ldutil.DocumentLoader(storageProvider, ldOpts...)
if err != nil {
return nil, err
Expand Down

0 comments on commit 532fe3e

Please sign in to comment.