Skip to content

Commit e01a231

Browse files
committed
update comment
Signed-off-by: Chengxuan Xing <[email protected]>
1 parent 8e8e362 commit e01a231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ffcapi/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ type ConfirmationUpdateResult struct {
106106
// `rebuilt` will be true if an invalid confirmation list is detected by the reconciliation process
107107
Confirmations []*MinimalBlockInfo `json:"confirmations,omitempty"`
108108
Rebuilt bool `json:"rebuilt,omitempty"` // when true, it means the existing confirmations contained invalid blocks, the new confirmations are rebuilt from scratch
109-
NewFork bool `json:"newFork,omitempty"` // when true, it means a new fork was detected based on the existing confirmations, this will always be false if `rebuilt` is true
109+
NewFork bool `json:"newFork,omitempty"` // when true, it means a new fork was detected based on the existing confirmations
110110
Confirmed bool `json:"confirmed,omitempty"` // when true, it means the confirmation list is complete and the transaction is confirmed
111111
TargetConfirmationCount uint64 `json:"targetConfirmationCount"` // the target number of confirmations for this reconcile request
112112
}

0 commit comments

Comments
 (0)