Use sigops from mempool/electrs, fix the nodejs sigop calculation

This commit is contained in:
Mononaut
2023-09-16 02:10:38 +00:00
parent 74a2cedc7a
commit ea2a7e7505
2 changed files with 12 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ export namespace IEsploraApi {
size: number;
weight: number;
fee: number;
sigops?: number;
vin: Vin[];
vout: Vout[];
status: Status;