Bitcoin
|
#include <addrdb.h>
Public Member Functions | |
CBanDB (fs::path ban_list_path) | |
bool | Write (const banmap_t &banSet) |
bool | Read (banmap_t &banSet) |
Private Attributes | |
const fs::path | m_ban_list_path |
Access to the banlist database (banlist.dat)
|
explicit |
bool CBanDB::Read | ( | banmap_t & | banSet | ) |
bool CBanDB::Write | ( | const banmap_t & | banSet | ) |
|
private |