You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getrawmempool rpc response is missing multiple fields like fees that make it impossible to use the rpc client with a vanilla bitcoin core node. fees were added in bitcoin 0.17.0 almost 7 years ago: https://bitcoincore.org/en/releases/0.17.0/
i can look into creating a PR to make this parity but wanted to ask first if it's desired.
getrawmempool rpc response is missing multiple fields like
fees
that make it impossible to use the rpc client with a vanilla bitcoin core node.fees
were added in bitcoin 0.17.0 almost 7 years ago: https://bitcoincore.org/en/releases/0.17.0/i can look into creating a PR to make this parity but wanted to ask first if it's desired.
current response struct:
btcd/btcjson/chainsvrresults.go
Lines 468 to 478 in 09ba026
bitcoin core:
https://bitcoincore.org/en/doc/28.0.0/rpc/blockchain/getrawmempool/
The text was updated successfully, but these errors were encountered: