You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Produces this error on line 141 of sidechain-manipulation.py:
[libsecp256k1] illegal argument: *outputlen >= ((flags & SECP256K1_FLAGS_BIT_COMPRESSION) ? 33 : 65)
Traceback (most recent call last):
File "./contrib/sidechain-manipulation.py", line 141, in <module>
full_contract = cht_read.split("\n")[1 + is_testnet][26:]
IndexError: list index out of range
I'm using the latest commits of everything, as of the date of posting this issue.
The text was updated successfully, but these errors were encountered:
For this one I just re-applied the patch from the diff on Github.
It basically just removes the Monospace font property from all UI
elements in overviewpage.ui.
Running this:
$ ./contrib/sidechain-manipulation.py send-to-sidechain 2NGN94dzNQ764Ef2aMyj5G87mzCGio4i2jh 1
Produces this error on line 141 of
sidechain-manipulation.py
:I'm using the latest commits of everything, as of the date of posting this issue.
The text was updated successfully, but these errors were encountered: