Page MenuHomePhabricator

Add friendly output to dumpwallet
ClosedPublic

Authored by deadalnix on Mar 5 2018, 14:21.

Details

Summary

Backport core's PR9740

Test Plan
make check
./test/functional/test_runner.py wallet-dump

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

schancel requested changes to this revision.Mar 5 2018, 18:27
schancel added a subscriber: schancel.
schancel added inline comments.
src/wallet/rpcdump.cpp
699 ↗(On Diff #3065)

Does this truncate the file? Also, is there any check to ensure that the dump file is not overlapping with the wallet, or other important files on the filesystem?

If not, there should be.

This revision now requires changes to proceed.Mar 5 2018, 18:27
deadalnix added inline comments.
src/wallet/rpcdump.cpp
699 ↗(On Diff #3065)
This revision is now accepted and ready to land.Mar 5 2018, 20:22
This revision was automatically updated to reflect the committed changes.