Commit 0f0508b
committed
Merge bitcoin#25869: wallet: remove UNKNOWN type from OUTPUT_TYPES array
5b4fdbb wallet: remove UNKNOWN type from OUTPUT_TYPES array (furszy)
Pull request description:
Fixing bitcoin#25734 (comment) -> https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50329
The `OUTPUT_TYPES` array contain the known active output types only.
And it's solely used to create/walk-through the active spkms.
So, no need to add the `UNKNOWN` type here.
ACKs for top commit:
achow101:
ACK 5b4fdbb
w0xlt:
ACK bitcoin@5b4fdbb
LarryRuane:
ACK 5b4fdbb
Tree-SHA512: dee2dc362a1b0c777555e5ee4d355a3351340591d0096f74e8c3a25f374cb2d9aef26145977ff4dd0f8cc940da9464eb5541eb2895bc19f8cbd6bb6d292ab9a92 files changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3446 | 3446 | | |
3447 | 3447 | | |
3448 | 3448 | | |
3449 | | - | |
3450 | 3449 | | |
3451 | 3450 | | |
3452 | 3451 | | |
| |||
0 commit comments