new page listing recent RBF events
This commit is contained in:
@@ -28,7 +28,8 @@ export interface CpfpInfo {
|
||||
|
||||
export interface RbfInfo {
|
||||
tx: RbfTransaction,
|
||||
time: number
|
||||
time: number,
|
||||
mined?: boolean,
|
||||
}
|
||||
|
||||
export interface DifficultyAdjustment {
|
||||
|
||||
Reference in New Issue
Block a user