monero-project / monero

Monero: the secure, private, untraceable cryptocurrency
https://getmonero.org
Other
9.01k stars 3.12k forks source link

Regression in Monero daemon RPC interface #6258

Closed bartMarinissen closed 4 years ago

bartMarinissen commented 4 years ago

The following pull request: https://github.com/monero-project/monero/pull/5964/ Introduced a regression into the RPC interface of the Monero daemon.

Specifically, after this commit the get_block command now returns an empty string in the root field .miner_tx_hash in the response. The same data can still be found at .block_header.miner_tx_hash, but this was an interface change. I've since fixed my import scripts to handle this.

moneromooo-monero commented 4 years ago

https://github.com/monero-project/monero/pull/6259 should fix it.

moneromooo-monero commented 4 years ago

Fixed