Skip to content

Commit

Permalink
Update relayer/application_relayer.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kaplan <[email protected]>
Signed-off-by: cam-schultz <[email protected]>
  • Loading branch information
cam-schultz and michaelkaplan13 authored Jun 26, 2024
1 parent 8fd9954 commit 22bbf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/application_relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type ApplicationRelayer struct {
checkpointManager *checkpoint.CheckpointManager
currentRequestID uint32
lock *sync.RWMutex
sourceWarpSignatureClient *rpc.Client // nil if the source blockchain is configured to sign messages via AppRequest
sourceWarpSignatureClient *rpc.Client // nil if configured to fetch signatures via AppRequest for the source blockchain
}

func NewApplicationRelayer(
Expand Down

0 comments on commit 22bbf5c

Please sign in to comment.