- Actually generate an assumeutxo hash and display it
- Add nchaintx to output (necessary for use in chainparams entry)
The source PR actually duplicated the "path" field in the output. Don't do that.
This is a backport of core#23155
Depends on D14657
Differential D14669
rpc: various fixups for dumptxoutset PiRK on Oct 24 2023, 07:08. Authored by
Details
The source PR actually duplicated the "path" field in the output. Don't do that. This is a backport of core#23155 Depends on D14657 ninja all check-all
Diff Detail
Event Timeline
Comment Actions dedup "path" It seems a bit silly to add two new params to a function just for a log line, but I think it is best to stay close to the source material on this, to reduce head-scratching and git blaming on future backports.. |