Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Jan 18, 2024
1 parent a98f44a commit 58b35b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/peer/ip.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ type SignedIP struct {
}

// Returns nil if:
// * [ip.Signature] is a valid signature over [ip.UnsignedIP] from [cert].
// * [ip.Timestamp] is not after [maxTimestamp].
// * [ip.Signature] is a valid signature over [ip.UnsignedIP] from [cert].
func (ip *SignedIP) Verify(
cert *staking.Certificate,
maxTimestamp time.Time,
Expand Down

0 comments on commit 58b35b9

Please sign in to comment.