Bruno Garcia
Bruno Garcia
```sh Descriptor parse failed for raw(77227225555755575555755575) Module: NBitcoin Result: 1 Module: Bitcoin Result: 0 ```
> I wouldn't say it's expected, but then again there's no sort of "standardized" documentation for the JSON-RPC interface of Bitcoin nodes. As an example, what are all the possible...
> This is also something that should be verified in the context of the BIP, potentially with additional test vectors contributed. Agreed, I thought this was mentioned in the BIP...
I'm taking a look at it.
As far as I could debug, it seems an issue on the multisig wallet: `{'error': 'Coldcard Error: Unknown multisig wallet', 'code': -7}`
test_big_tx is broken here as well. ```sh ====================================================================== FAIL: coldcard: test_big_tx (test_device.TestSignTx) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/brunogarcia/projects/HWI/test/test_device.py", line 610, in test_big_tx self.fail('Big tx did not cause CLI...