diff options
| author | Pieter Wuille <[email protected]> | 2017-09-19 18:12:25 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2018-02-19 18:55:21 -0800 |
| commit | 119b0f85e2c8b9729228aad5d946144d57ad0f5b (patch) | |
| tree | 995176b950d3a072f68e3f799d166362407c5c08 /src/httprpc.cpp | |
| parent | Stop using CBase58Data for ext keys (diff) | |
| download | discoin-119b0f85e2c8b9729228aad5d946144d57ad0f5b.tar.xz discoin-119b0f85e2c8b9729228aad5d946144d57ad0f5b.zip | |
Split key_io (address/key encodings) off from base58
Diffstat (limited to 'src/httprpc.cpp')
| -rw-r--r-- | src/httprpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httprpc.cpp b/src/httprpc.cpp index 5e9e41974..82ae73300 100644 --- a/src/httprpc.cpp +++ b/src/httprpc.cpp @@ -4,9 +4,9 @@ #include <httprpc.h> -#include <base58.h> #include <chainparams.h> #include <httpserver.h> +#include <key_io.h> #include <rpc/protocol.h> #include <rpc/server.h> #include <random.h> |