Closed yyforyongyu closed 1 year ago
This PR makes the RPC client to use gettxspendingprevout to look up mempool spend for a given output, such that the internal inputs can be removed, which can save us quite some memory usage.
gettxspendingprevout
inputs
cc: @guggero @bhandras
This PR makes the RPC client to use
gettxspendingprevout
to look up mempool spend for a given output, such that the internalinputs
can be removed, which can save us quite some memory usage.