Return from dumpwallet handler after replying with an error.
This commit is contained in:
parent
908b419443
commit
47b5e17917
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ func DumpWallet(frontend chan []byte, icmd btcjson.Cmd) {
|
|||
Message: err.Error(),
|
||||
}
|
||||
ReplyError(frontend, cmd.Id(), e)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue