Skip to content

Commit be991a6

Browse files
committed
returning invalid for exceptions too
Signed-off-by: Dikshant <[email protected]>
1 parent a1c5e4c commit be991a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/bitcoin/module.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ std::optional<std::string> Bitcoin::address_parse(std::string str) const
331331
}
332332
return "INVALID";
333333
} catch (const std::exception&) {
334-
return "EXCEPTION";
334+
return "INVALID";
335335
}
336336
}
337337

0 commit comments

Comments
 (0)