mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-15 19:14:23 +01:00
bitcoin/feerate: new exposure for feerate parsing outside lightningd.
This exposes the numeric part of param_feerate() as param_feerate_val(). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
af4955c28e
commit
a9427f1a8d
@@ -37,6 +37,7 @@ PLUGINS := \
|
||||
|
||||
PLUGIN_COMMON_OBJS := \
|
||||
bitcoin/base58.o \
|
||||
bitcoin/feerate.o \
|
||||
bitcoin/privkey.o \
|
||||
bitcoin/psbt.o \
|
||||
bitcoin/pubkey.o \
|
||||
|
||||
Reference in New Issue
Block a user