new page listing recent RBF events

This commit is contained in:
Mononaut
2022-12-14 16:51:53 -06:00
parent 22fde5276a
commit 47bbfca1c0
16 changed files with 333 additions and 7 deletions

View File

@@ -28,7 +28,8 @@ export interface CpfpInfo {
export interface RbfInfo {
tx: RbfTransaction,
time: number
time: number,
mined?: boolean,
}
export interface DifficultyAdjustment {