From 0ac0393196a7b58d7425cdf82484c2d3440c38f9 Mon Sep 17 00:00:00 2001 From: Ilya Date: Wed, 16 Aug 2023 00:05:01 +0300 Subject: [PATCH] fix linter --- transport/notification.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/transport/notification.go b/transport/notification.go index 55ac196..99a82a5 100644 --- a/transport/notification.go +++ b/transport/notification.go @@ -10,6 +10,7 @@ import ( "github.com/pkg/errors" ) +// SendAuthRequest sends an authorization request to the user. func SendAuthRequest( ctx context.Context, diddoc verifiable.DIDDocument, @@ -27,6 +28,7 @@ func SendAuthRequest( ) } +// SendContractInvokeRequest sends a contract invoke request to the user. func SendContractInvokeRequest( ctx context.Context, diddoc verifiable.DIDDocument,