mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-19 00:11:42 +02:00
wallet: use PACKAGE_NAME instead of "Bitcoin" in rpcdump
This commit is contained in:
parent
14b4802405
commit
2d7534bd93
@ -784,7 +784,7 @@ RPCHelpMan dumpwallet()
|
||||
std::sort(vKeyBirth.begin(), vKeyBirth.end());
|
||||
|
||||
// produce output
|
||||
file << strprintf("# Wallet dump created by Bitcoin %s\n", FormatFullVersion());
|
||||
file << strprintf("# Wallet dump created by %s %s\n", PACKAGE_NAME, FormatFullVersion());
|
||||
file << strprintf("# * Created on %s\n", FormatISO8601DateTime(GetTime()));
|
||||
file << strprintf("# * Best block at time of backup was %i (%s),\n", wallet.GetLastBlockHeight(), wallet.GetLastBlockHash().ToString());
|
||||
file << strprintf("# mined on %s\n", FormatISO8601DateTime(block_time));
|
||||
|
Loading…
x
Reference in New Issue
Block a user