You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Ensure that the courier address is a universe RPC address.
@@ -557,10 +550,10 @@ func (e *BackoffExecError) Error() string {
557
550
558
551
// BackoffCfg configures the behaviour of the proof delivery backoff procedure.
559
552
typeBackoffCfgstruct {
560
-
// SkipInitDelay is a flag that indicates whether we should skip
561
-
// the initial delay before attempting to deliver the proof to the
562
-
// receiver.
563
-
SkipInitDelaybool
553
+
// SkipInitDelay is a flag that indicates whether we should skip the
554
+
// initial delay before attempting to deliver the proof to the receiver
555
+
// or receiving from the sender.
556
+
SkipInitDelaybool`long:"skipinitdelay" description:"Skip the initial delay before attempting to deliver the proof to the receiver or receiving from the sender."`
564
557
565
558
// BackoffResetWait is the amount of time we'll wait before
566
559
// resetting the backoff counter to its initial state.
Copy file name to clipboardExpand all lines: tapcfg/config.go
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -303,8 +303,9 @@ type Config struct {
303
303
ReOrgSafeDepthint32`long:"reorgsafedepth" description:"The number of confirmations we'll wait for before considering a transaction safely buried in the chain."`
304
304
305
305
// The following options are used to configure the proof courier.
306
-
DefaultProofCourierAddrstring`long:"proofcourieraddr" description:"Default proof courier service address."`
CustodianProofRetrievalDelay time.Duration`long:"custodianproofretrievaldelay" description:"The number of seconds the custodian waits after identifying an asset transfer on-chain and before retrieving the corresponding proof."`
0 commit comments