Wladimir J. van der Laan
7967104aee
Merge #17368 : cli: fix -getinfo output when compiled with no wallet
...
3d05d33269 cli: fix -getinfo output when compiled with no wallet (fanquake)
Pull request description:
master (33b155f287 ):
```bash
src/bitcoin-cli -getinfo
{
"version": 199900,
"protocolversion": 70015,
"blocks": 602348,
"headers": 602348,
"verificationprogress": 0.9999995592310106,
"timeoffset": 0,
"connections": 10,
"proxy": "",
"difficulty": 13691480038694.45,
"chain": "main",
"walletversion": null,
"balance": null,
"keypoololdest": null,
"keypoolsize": null,
"paytxfee": null,
"relayfee": 0.00001000,
"warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}
```
This PR (3d05d33269 ):
```bash
{
"version": 199900,
"protocolversion": 70015,
"blocks": 602348,
"headers": 602348,
"verificationprogress": 0.9999996313568186,
"timeoffset": 0,
"connections": 10,
"proxy": "",
"difficulty": 13691480038694.45,
"chain": "main",
"relayfee": 0.00001000,
"warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}
```
ACKs for top commit:
MarcoFalke:
ouch ACK 3d05d33269
laanwj:
ACK 3d05d33269
darosior:
ACK 3d05d33269
Tree-SHA512: 055424e122a082cbfea410da287d9ceb7ed405fd68d53e2f5bef62beea80bc374a7d00366de0479d23faecb7f063b232aca52e9fdbdb97c58ddf46e7749136a9
2019-11-06 11:07:12 +01:00
..
2019-11-04 08:32:22 -05:00
2019-10-24 16:01:44 -04:00
2019-10-29 15:46:45 -04:00
2019-10-28 13:41:45 +01:00
2019-10-15 22:56:43 +00:00
2019-11-04 13:18:27 +01:00
2019-01-26 12:45:48 -05:00
2019-11-04 14:13:52 -05:00
2019-11-06 00:04:38 +01:00
2019-10-28 13:31:33 +01:00
2019-10-15 22:56:43 +00:00
2019-11-05 20:42:37 +01:00
2019-11-06 00:04:38 +01:00
2019-11-04 04:22:53 -05:00
2019-03-31 11:41:05 -07:00
2019-07-01 12:59:44 +02:00
2019-11-06 09:53:38 +01:00
2019-10-30 16:24:02 -04:00
2019-11-02 14:47:41 +01:00
2019-11-05 14:34:42 -05:00
2019-10-15 22:56:43 +00:00
2019-10-14 13:24:54 +03:00
2019-06-14 08:30:43 +02:00
2019-10-29 11:30:12 +02:00
2019-06-02 17:15:23 +02:00
2019-02-27 16:53:44 -05:00
2018-12-29 10:15:01 +01:00
2019-10-15 22:56:43 +00:00
2019-10-15 22:56:43 +00:00
2018-11-05 17:03:11 +01:00
2019-07-24 16:33:20 +03:00
2019-11-04 13:18:27 +01:00
2018-11-04 22:46:07 -08:00
2018-11-05 17:03:11 +01:00
2019-10-16 08:56:57 -07:00
2019-09-05 13:25:11 +12:00
2019-11-04 14:39:34 -05:00
2019-10-28 13:31:33 +01:00
2019-01-30 16:26:52 -05:00
2019-10-28 13:31:33 +01:00
2019-10-30 12:35:41 +01:00
2019-10-29 15:46:45 -04:00
2019-10-15 22:56:43 +00:00
2019-04-06 12:10:55 -07:00
2019-04-06 12:10:55 -07:00
2019-05-22 15:55:50 +01:00
2019-10-16 17:06:20 -04:00
2019-03-27 18:29:48 -04:00
2019-10-16 13:06:50 -04:00
2019-10-29 20:27:30 +01:00
2019-11-01 12:06:35 +01:00
2019-09-06 22:05:33 +02:00
2019-11-01 12:06:35 +01:00
2019-10-02 08:51:12 +02:00
2019-07-21 21:00:31 -04:00
2019-09-25 20:56:38 +02:00
2019-01-23 16:28:27 +08:00
2019-10-15 22:56:43 +00:00
2019-03-26 17:38:00 -07:00
2019-06-06 08:00:33 +02:00
2019-08-30 11:29:21 +09:00
2019-10-10 15:47:39 -04:00
2019-04-30 10:05:54 +03:00
2019-10-15 22:56:43 +00:00
2019-10-28 10:30:51 -04:00
2019-02-22 17:38:45 -08:00
2019-02-22 17:38:45 -08:00
2019-10-28 13:41:45 +01:00
2019-04-30 10:05:54 +03:00
2018-11-05 09:25:15 -08:00
2019-03-31 11:41:05 -07:00
2019-10-28 13:41:45 +01:00
2019-10-15 22:56:43 +00:00
2019-10-25 13:11:09 +00:00
2019-10-15 22:56:43 +00:00
2019-11-05 19:25:10 +01:00
2019-10-28 10:30:51 -04:00
2019-10-15 22:56:43 +00:00
2019-06-02 17:15:23 +02:00
2019-10-22 00:07:31 +02:00
2019-11-04 10:42:29 -05:00
2019-11-04 10:42:29 -05:00
2019-11-05 23:45:30 +01:00
2019-11-01 18:08:41 -04:00
2019-01-26 09:28:48 +08:00
2019-09-30 09:41:11 +02:00
2019-10-24 16:01:43 -04:00
2019-10-24 16:01:43 -04:00
2019-11-05 23:45:30 +01:00
2019-06-02 17:15:23 +02:00
2019-10-29 15:46:45 -04:00
2019-02-12 11:34:57 -05:00
2019-08-15 10:05:32 -04:00
2019-08-11 11:33:27 +09:00
2019-11-05 12:38:28 -05:00
2019-10-29 15:46:45 -04:00
2019-10-29 11:30:12 +02:00
2019-11-04 11:17:20 -05:00
2019-11-05 12:38:28 -05:00
2019-06-11 17:18:16 +02:00
2019-10-15 22:56:43 +00:00
2019-11-04 04:22:53 -05:00
2019-08-08 11:35:14 +09:00
2019-11-04 10:42:33 -05:00
2019-11-04 10:42:33 -05:00
2019-01-30 22:44:28 +02:00
2019-10-16 08:56:57 -07:00
2019-07-09 16:20:18 -04:00
2019-10-15 22:56:43 +00:00
2019-10-02 10:39:14 -04:00
2019-10-15 22:56:43 +00:00
2019-10-15 22:56:43 +00:00
2019-11-01 18:12:57 -04:00
2019-10-22 00:07:31 +02:00
2019-10-18 14:24:21 -04:00
2019-10-28 16:42:39 -07:00
2019-10-15 22:56:43 +00:00
2019-01-16 16:34:56 -08:00
2019-02-10 17:17:32 -05:00
2019-10-15 22:56:43 +00:00
2019-10-15 22:56:43 +00:00
2019-10-28 13:31:33 +01:00
2019-09-25 10:56:00 -04:00
2019-10-15 22:56:43 +00:00
2019-05-17 13:29:04 +02:00
2019-07-24 16:33:20 +03:00
2019-06-13 09:30:40 -04:00
2019-07-17 15:32:38 +01:00
2019-10-15 22:56:43 +00:00
2019-10-16 08:56:57 -07:00
2019-10-15 22:56:43 +00:00
2019-10-30 14:20:17 -04:00
2019-10-30 14:27:31 +01:00
2019-06-18 15:59:53 -04:00
2019-10-15 22:56:43 +00:00
2019-10-15 22:56:43 +00:00
2019-10-15 22:56:43 +00:00
2018-11-05 09:25:15 -08:00
2019-11-05 23:45:30 +01:00
2019-11-05 19:40:18 +01:00
2019-10-29 15:46:45 -04:00
2019-10-29 15:46:45 -04:00
2019-08-15 11:02:55 -04:00
2019-08-15 11:02:55 -04:00
2019-08-14 15:52:52 -04:00
2018-09-23 22:55:11 +02:00
2019-10-28 10:30:51 -04:00
2019-07-24 16:33:20 +03:00
2019-10-15 22:56:43 +00:00