aboutsummaryrefslogtreecommitdiff
path: root/src/key_io.h
diff options
context:
space:
mode:
authorAndrew Chow <github@achow101.com>2023-08-08 10:57:31 -0400
committerAndrew Chow <github@achow101.com>2023-08-14 17:38:27 -0400
commit7a172c76d2361fc3cdf6345590e26c79a7821672 (patch)
treef31f48f1870110717fe4988ac73f775c90871bdd /src/key_io.h
parent145f36ec81e79d2e391847520364c2420ef0e0e8 (diff)
downloadbitcoin-7a172c76d2361fc3cdf6345590e26c79a7821672.tar.xz
Move CTxDestination to its own file
CTxDestination is really our internal representation of an address and doesn't really have anything to do with standard script types, so move them to their own file.
Diffstat (limited to 'src/key_io.h')
-rw-r--r--src/key_io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/key_io.h b/src/key_io.h
index 07b80c4b85..6d2aface4c 100644
--- a/src/key_io.h
+++ b/src/key_io.h
@@ -6,6 +6,7 @@
#ifndef BITCOIN_KEY_IO_H
#define BITCOIN_KEY_IO_H
+#include <addresstype.h>
#include <chainparams.h>
#include <key.h>
#include <pubkey.h>