wallet: Expose wallet_shachain_get_hash to remove warning

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker
2017-11-25 13:29:45 +01:00
parent 9c4f075c6e
commit d912d45af8

View File

@@ -182,7 +182,7 @@ bool wallet_shachain_add_hash(struct wallet *wallet,
/* Simply passes through to shachain_get_hash since it doesn't touch
* the DB */
static inline bool wallet_shachain_get_hash(struct wallet *w,
inline bool wallet_shachain_get_hash(struct wallet *w,
struct wallet_shachain *chain,
u64 index, struct sha256 *hash)
{