Skip to content

Commit

Permalink
Update SignalService.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Feb 11, 2024
1 parent 40ddb74 commit 731df4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/contracts/signal/SignalService.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ contract SignalService is EssentialContract, ISignalService {

struct MultiHopProof {
HopProof proof;
// Ensure that hops are ordered such that those closer to the signal's source chain come
// before others.
// Ensure that hops are ordered such that those closer
// to the signal's source chain come before others.
Hop[] hops;
}

Expand Down

0 comments on commit 731df4f

Please sign in to comment.