Mihai
Mihai
> In case we need a higher range in the future we can use the then-last-remaining txtype and have the new type of transaction define a discriminator for additional versions,...
Regarding the first `TODO` : as far as I understand, in Particl the `listStaked` was meant to display the remotely staked transactions that are slowly being deposited on a remote...
Thanks, I'll close them both when I fix this.
> There is another option though: we can create a MininodeRelay class that will just connect two nodes. And replace direct nodes connection with this relay in *several* existing tests...
I'm in favor of the second solution, with the addition of a "force" argument to `importmasterkey` which will replace the key unconditionally. We could detect that a wallet is unused...
Also related: https://github.com/bitcoin/bitcoin/commit/7687f7873b75c3cbdfa15ab570211dc39d24ab80
> The addresses which are returned by our wallet start with a `3`, which means it is a P2SH address. The addresses returned by the tool start with `1`, which...
Libusb depends on libudev-dev on Linux. On Mac, it depends on IOKit and CoreFoundation: seeing it complaining about udev is really weird :confused:
@btchip Would you have any ideas?