Writes the peer address database (peers.dat) to disk.
Declared in <addrdb.h>
bool
DumpPeerAddresses(
ArgsManager const& args,
AddrMan const& addr);
true if the database was written successfully.
| Name | Description |
|---|---|
| args | The active argument manager, used to locate the data directory. |
| addr | The address manager whose peers are serialized. |