Split key_io (address/key encodings) off from base58

This commit is contained in:
Pieter Wuille
2017-09-19 18:12:25 -07:00
parent ebfe217b15
commit 119b0f85e2
37 changed files with 295 additions and 261 deletions

View File

@@ -6,11 +6,11 @@
#include <config/bitcoin-config.h>
#endif
#include <base58.h>
#include <clientversion.h>
#include <coins.h>
#include <consensus/consensus.h>
#include <core_io.h>
#include <key_io.h>
#include <keystore.h>
#include <policy/policy.h>
#include <policy/rbf.h>