Split key_io (address/key encodings) off from base58

This commit is contained in:
Pieter Wuille
2017-09-19 18:12:25 -07:00
committed by Jack Grigg
parent 3e60c9fabd
commit 3d31e09cbb
20 changed files with 315 additions and 292 deletions

View File

@@ -5,13 +5,13 @@
#include "wallet/wallet.h"
#include "base58.h"
#include "checkpoints.h"
#include "coincontrol.h"
#include "consensus/upgrades.h"
#include "consensus/validation.h"
#include "consensus/consensus.h"
#include "init.h"
#include "key_io.h"
#include "main.h"
#include "net.h"
#include "script/script.h"