feerate: remove duplicate method

is dupe of `bitcoin_tx_core_weight`
This commit is contained in:
niftynei
2020-10-14 19:56:33 -05:00
committed by Rusty Russell
parent 9d4afd5880
commit 8317957db2
3 changed files with 2 additions and 15 deletions

View File

@@ -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