Commit 4ad20a2
committed
Merge bitcoin/bitcoin#27473: bugfix: Properly handle "unknown" Address Type
0d6383f Don't return OutputType::UNKNOWN in ParseOutputType (Pttn)
Pull request description:
Fixes bitcoin/bitcoin#27472 by also handling at the relevant places the case where ParseOutputType returns `OutputType::UNKNOWN`, and not just when it returns `std::nullopt`.
ACKs for top commit:
achow101:
ACK 0d6383f
MarcoFalke:
lgtm ACK 0d6383f
furszy:
ACK bitcoin/bitcoin@0d6383f
Tree-SHA512: 776793027b926283d3162e69fb9c8883c814b19bcce4574ccdf8e3140a1ec4ebc4aa8ccd1abae7ef3571f942d2e6c35305fd1244259540d90605106e01afc34c1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
| |||
0 commit comments