mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-13 12:33:04 +02:00
cmd/pool: user server assisted recovery by default
This commit is contained in:
parent
f74b90dd2f
commit
c8a1aa9311
1 changed files with 3 additions and 1 deletions
|
|
@ -793,7 +793,9 @@ func recoverAccounts(ctx *cli.Context) error {
|
|||
defer cleanup()
|
||||
|
||||
resp, err := client.RecoverAccounts(
|
||||
context.Background(), &poolrpc.RecoverAccountsRequest{},
|
||||
context.Background(), &poolrpc.RecoverAccountsRequest{
|
||||
FullClient: false,
|
||||
},
|
||||
)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue