Compute median fee and fee percentiles in sats

This commit is contained in:
nymkappa
2023-02-18 11:26:13 +09:00
parent 8f716a1d8c
commit 458f24c9f2
5 changed files with 79 additions and 6 deletions

View File

@@ -772,7 +772,7 @@ class DatabaseMigration {
ADD total_outputs int unsigned NOT NULL,
ADD total_output_amt bigint unsigned NOT NULL,
ADD fee_percentiles longtext NULL,
ADD median_fee_amt int unsigned NOT NULL,
ADD median_fee_amt int unsigned NULL,
ADD segwit_total_txs int unsigned NOT NULL,
ADD segwit_total_size int unsigned NOT NULL,
ADD segwit_total_weight int unsigned NOT NULL,