Optimize main thread processing of GBT updates

This commit is contained in:
Mononaut
2023-05-08 19:03:39 -06:00
parent 1615ace9b7
commit 0498002d2c
3 changed files with 144 additions and 115 deletions

View File

@@ -114,6 +114,7 @@ export interface CompactThreadTransaction {
inputs: number[];
cpfpRoot?: string;
cpfpChecked?: boolean;
dirty?: boolean;
}
export interface ThreadTransaction {