Skip to content

Remove use of getmempoolentry

The RPC call getmempoolentry is expensive and we only used it to get transaction fee.

We can calculate the transaction fee from our own database. Remove this call.

Merge request reports