Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-korotya committed Aug 16, 2023
1 parent a4f793d commit b6406dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions transport/notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/pkg/errors"
)

// SendAuthRequest sends an authorization request to the user.
// SendPushAuthRequest sends authorization request to the user via a push notification.
func SendPushAuthRequest(
ctx context.Context,
diddoc verifiable.DIDDocument,
Expand All @@ -28,8 +28,8 @@ func SendPushAuthRequest(
)
}

// SendContractInvokeRequest sends a contract invoke request to the user.
func SendContractInvokeRequest(
// SendPushContractInvokeRequest sends a contract invoke request to the user via a push notification.
func SendPushContractInvokeRequest(
ctx context.Context,
diddoc verifiable.DIDDocument,
contractInvokeMsg protocol.ContractInvokeRequestMessage,
Expand Down

0 comments on commit b6406dd

Please sign in to comment.