Skip to content

Commit 6fbbfe8

Browse files
committed
refactor: deprecation feedback
1 parent b01c1de commit 6fbbfe8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/auth/v2/authenticator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ func (*authenticator) AuthenticateBlobRequest(header *core.BlobHeader, signature
6666
// AuthenticatePaymentStateRequest verifies the signature of the payment state request
6767
// The signature is signed over the byte representation of the account ID and requestHash
6868
// See implementation of BlobRequestSigner.SignPaymentStateRequest for more details
69+
// Deprecated: Use AuthenticatePaymentStateForAllQuorumsRequest instead.
6970
func (a *authenticator) AuthenticatePaymentStateRequest(accountAddr common.Address, request *pb.GetPaymentStateRequest) error {
7071
return a.authenticatePaymentRequest(accountAddr, request.GetSignature(), request.GetTimestamp())
7172
}

0 commit comments

Comments
 (0)