Open Cyrix126 opened 1 month ago
On Windows at least 10 & 11, the method "get_info" of the endpoint /json_rpc will always have a value of 0 on field "database_size".
To reproduce:
curl -d "{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_info\"}" http://127.0.0.1:18081/json_rpc
"database_size": 0,
I don't have a windows machine on me, but could you try compiling PR #9514 please and see if it fixes the issue?
@jeffro256 Now it shows this value without changing: 18446744072227688448, so 18.446EB
On Windows at least 10 & 11, the method "get_info" of the endpoint /json_rpc will always have a value of 0 on field "database_size".
To reproduce:
curl -d "{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_info\"}" http://127.0.0.1:18081/json_rpc
"database_size": 0,