Rust GBT proof of concept

This commit is contained in:
Mononaut
2023-06-23 16:42:58 -04:00
parent cd181a0fbb
commit 63713ca4ed
14 changed files with 943 additions and 9 deletions

View File

@@ -127,7 +127,7 @@ export interface CompactThreadTransaction {
feePerVsize: number;
effectiveFeePerVsize?: number;
inputs: number[];
cpfpRoot?: string;
cpfpRoot?: number;
cpfpChecked?: boolean;
dirty?: boolean;
}