cmd/pool: user server assisted recovery by default

This commit is contained in:
positiveblue 2021-12-22 17:00:35 -08:00
parent f74b90dd2f
commit c8a1aa9311
No known key found for this signature in database
GPG key ID: 4FFF2510928804DC

View file

@ -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