Bruno Garcia
Bruno Garcia
On btcd: ```go func TestAddr(t *testing.T) { data := []byte{ 0x01, 0x3b, 0xef, 0xef, 0xef, 0xef, 0x01, 0x04, 0x63, 0x61, 0x00, 0xfd, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,...
Needs rebase
Needs rebase.
Concept ACK
We can get rid of `script` target btw.
> Hi [@brunoerg](https://github.com/brunoerg) can I work on this? I started doing this, sorry. That's why I assigned this issue to me.
I think `NBitcoin` is probably ignoring the whitespace since it seems the key is valid.
@Sukuna0007Abhi There is nothing to work about it from our side. Thanks.
We need to check if the BIP mentions anything about this spaces.
NBitcoin doesn't reject this descriptor because `bc` is a hex thing. However, when parsing this descriptor Bitcoin Core also parses the script which is invalid and then reject it.