Jeremy Rand
Jeremy Rand
Per this code: https://github.com/namecoin/namecoin-core/blob/a9942103e7d7662dfa4270198bd7910b38d9b446/src/rpc/names.cpp#L143-L153 It does look like `ismine` will only be null if the wallet is unavailable. I'm not sure why your node is hitting that case, but I...
Also if we hit the null case, something should probably be logged about a possible bug, because I suspect that's an indication of some kind of wrong assumption in the...
> I feel like this started happening randomly and intermittently around v25.0 or v25.1 (not at startup; either _many_ blocks in while idle **or** _immediately_ after my own transactions) and...
Hi, thanks for the bug report. TIL there's now a `bitcoin` binary in Bitcoin Core; this appears to be the multiprocess wrapper introduced by https://github.com/bitcoin/bitcoin/pull/31375. @domob1812 would you like to...
> Could we update README.md to help other developers use the Go module to build the projects or submit pull requests with go.mod to apply our suggestions? > @JeremyRand @deer8888...