Skip to content

Commit

Permalink
fixup! multi: add universe RPC proof courier
Browse files Browse the repository at this point in the history
  • Loading branch information
ffranr committed Sep 13, 2023
1 parent 6b5dc78 commit 0fc1b94
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions proof/courier.go
Original file line number Diff line number Diff line change
Expand Up @@ -1029,13 +1029,6 @@ func (c *UniverseRpcCourier) DeliverProof(ctx context.Context,
func (c *UniverseRpcCourier) ReceiveProof(ctx context.Context,
originLocator Locator) (*AnnotatedProof, error) {

// Sleep for a bit to give the sender sufficient time to transfer the
// proof to the proof courier service.
//
// TODO(ffranr): Replace this with the backoff procedure as found in the
// hashmail courier.
time.Sleep(5 * time.Second)

// In order to reconstruct the proof file we must collect all the
// transition proofs that make up the main chain of proofs. That is
// accomplished by iterating backwards through the main chain of proofs
Expand Down

0 comments on commit 0fc1b94

Please sign in to comment.