Merge branch 'master' into mononaut/scrollable-blockchain

This commit is contained in:
wiz
2023-01-12 22:01:45 +09:00
committed by GitHub
30 changed files with 600 additions and 146 deletions

View File

@@ -24,7 +24,6 @@ export interface CpfpInfo {
ancestors: Ancestor[];
descendants?: Ancestor[];
bestDescendant?: BestDescendant | null;
effectiveFeePerVsize?: number;
}
export interface DifficultyAdjustment {