From c5d9b2ea2fd7694afc2c6df38dbc0c205aff22a0 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 16 Nov 2014 21:00:52 +0100 Subject: [PATCH] remove forgotten declaration --- bip32.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/bip32.h b/bip32.h index f3ce6568b..7fa810c0a 100644 --- a/bip32.h +++ b/bip32.h @@ -49,8 +49,6 @@ int hdnode_public_ckd(HDNode *inout, uint32_t i); void hdnode_fill_public_key(HDNode *node); -void hdnode_fill_address(HDNode *node); - void hdnode_serialize_public(const HDNode *node, char *str); void hdnode_serialize_private(const HDNode *node, char *str);