mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
ci: fuzz fixes
This commit is contained in:
parent
f76157f049
commit
b489a41d50
5 changed files with 10 additions and 5 deletions
|
|
@ -78,8 +78,6 @@ static RPCHelpMan validateaddress()
|
|||
CTxDestination parent_dest = DecodeParentDestination(request.params[0].get_str(), error_msg_parent);
|
||||
const bool isValid = IsValidDestination(dest);
|
||||
const bool is_valid_parent = IsValidDestination(parent_dest);
|
||||
CHECK_NONFATAL(isValid == error_msg.empty());
|
||||
CHECK_NONFATAL(is_valid_parent == error_msg_parent.empty());
|
||||
|
||||
UniValue ret(UniValue::VOBJ);
|
||||
ret.pushKV("isvalid", isValid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue