Shammah Chancellor
Shammah Chancellor
Can do. I'll circle back to this when I get there. I can't yet answer your question :)
I'm running into what I think is this same problem, but it manifests as a `callback` undefined error. Possibly related? https://github.com/NodeRedis/node-redis/issues/1427
Bitcoin ABC Uses same registry entries as Bitcoin core, causes datadir contention, with both running
#32 is a slightly different issue
If you are a windows developer, it would be great to have a pull request for this.
That you. We intend to just replace this with the minRelayFee. More complicated solutions are not necessary.
D1486 wasn't the fix for this.
I'm fixing several other spots right now. I had partially fixed it already.
What version of GCC are you using? From reading some other issues, it looks like this is due to using a version of GCC less than 4.9
Are you sure you selected that compiler when configuring the build? It looks like it's using `devtoolset-3`: "/opt/rh/devtoolset-3/root/usr/include/c++/4.9.2". Although I don't know RedHat very well.
Maybe take a look at `go install` which will look for a `GOBIN` environment variable and attempt to place the binaries in the path given by that variable. It makes...