Files
bitcoin/src
Wladimir J. van der Laan fe37fbe606 bitcoin-cli: Make error message less confusing
Sorry for the churn on this, but the current message (introduced in #9073)
isn't acceptable:

    $ src/bitcoin-cli getinfo
    rpc: couldn't connect to server
    (make sure server is running and you are connecting to the correct RPC port: -1 unknown)

Putting the error code after the words "RPC port" made me wonder whether
there was a port configuration issue.

This changes it to:

    $ src/bitcoin-cli getinfo
    error: couldn't connect to server: unknown (code -1)
    (make sure server is running and you are connecting to the correct RPC port)
2016-12-02 08:55:18 +01:00
..
2016-11-28 16:16:37 +07:00
2016-11-07 13:56:27 -08:00
2016-11-28 16:16:37 +07:00
2016-11-24 12:12:57 +01:00
2016-11-07 13:56:27 -08:00
2016-11-26 15:42:55 -08:00
2016-11-07 13:56:27 -08:00
2016-11-28 16:16:37 +07:00
2016-11-07 13:56:27 -08:00
2016-10-19 15:17:13 +01:00
2016-11-07 13:56:27 -08:00
2016-07-18 12:22:18 +02:00
2016-09-20 11:45:30 +08:00
2016-11-07 13:56:27 -08:00
2016-11-07 13:56:27 -08:00
2016-11-07 13:56:27 -08:00
2016-11-07 13:56:27 -08:00
2016-11-07 13:56:27 -08:00
2016-11-07 13:56:27 -08:00
2016-09-27 09:25:15 +02:00
2016-11-07 13:56:27 -08:00
2016-09-27 09:25:15 +02:00
2016-06-27 18:17:27 +02:00
2016-11-07 13:56:27 -08:00
2016-11-28 16:16:37 +07:00
2016-11-07 13:56:27 -08:00
2016-11-07 13:56:27 -08:00
2016-11-29 12:47:13 +01:00