add utxo_release as hotfix for stuck balances
This commit is contained in:
parent
eba59a0806
commit
79d3aadda8
1 changed files with 4 additions and 0 deletions
|
@ -781,6 +781,10 @@ func (s *Sync) doSync() error {
|
|||
if err != nil {
|
||||
return errors.Prefix("could not import the transferee public key", err)
|
||||
}
|
||||
_, err = s.daemon.UTXORelease(nil)
|
||||
if err != nil {
|
||||
return errors.Prefix("could not run uxo_release", err)
|
||||
}
|
||||
err = s.walletSetup()
|
||||
if err != nil {
|
||||
return errors.Prefix("Initial wallet setup failed! Manual Intervention is required.", err)
|
||||
|
|
Loading…
Reference in a new issue