mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-10 08:34:19 +01:00
feerate: remove duplicate method
is dupe of `bitcoin_tx_core_weight`
This commit is contained in:
@@ -34,11 +34,6 @@
|
||||
*/
|
||||
#define FEERATE_FLOOR 253
|
||||
|
||||
/*
|
||||
* This is the net common weight of a transaction.
|
||||
*/
|
||||
size_t common_weight(size_t num_inputs, size_t num_outputs);
|
||||
|
||||
enum feerate_style {
|
||||
FEERATE_PER_KSIPA,
|
||||
FEERATE_PER_KBYTE
|
||||
|
||||
Reference in New Issue
Block a user