Set default account upon wallet sync restore #556
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,7 @@ class VerificationScreen extends React.PureComponent {
|
|||
notify,
|
||||
addUserPhone,
|
||||
getSyncIsPending,
|
||||
setDefaultAccount,
|
||||
hasSyncedWallet,
|
||||
setSyncIsPending,
|
||||
syncApplyIsPending,
|
||||
|
@ -164,6 +165,7 @@ class VerificationScreen extends React.PureComponent {
|
|||
notify={notify}
|
||||
setEmailVerificationPhase={this.setEmailVerificationPhase}
|
||||
setClientSetting={setClientSetting}
|
||||
setDefaultAccount={setDefaultAccount}
|
||||
setSyncIsPending={setSyncIsPending}
|
||||
syncApplyIsPending={syncApplyIsPending}
|
||||
syncApplyErrorMessage={syncApplyErrorMessage}
|
||||
|
|
Loading…
Add table
Reference in a new issue