diff --git a/bitcoin/base58.h b/bitcoin/base58.h index 92f3d63d2..97984d4d5 100644 --- a/bitcoin/base58.h +++ b/bitcoin/base58.h @@ -5,7 +5,6 @@ #include #include #include -#include #include #include #include @@ -50,8 +49,6 @@ bool key_from_base58(secp256k1_context *secpctx, const char *base58, size_t base58_len, bool *test_net, struct privkey *priv, struct pubkey *key); -bool raw_decode_base_n(BIGNUM *bn, const char *src, size_t len, int base); -bool raw_decode_base58(BIGNUM *bn, const char *src, size_t len); void base58_get_checksum(u8 csum[4], const u8 buf[], size_t buflen); #endif /* PETTYCOIN_BITCOIN_BASE58_H */