Shammah Chancellor

Results 11 comments of 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

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.

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...