Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Sep 10, 2024
1 parent f8892f1 commit cbc86d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions www/grpc/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (s *transactionServer) GetRawTransaction(_ context.Context,
return nil, status.Errorf(codes.InvalidArgument, "invalid transaction type")
}

// Deprecated: GetRawTransferTransaction
// Deprecated: GetRawTransferTransaction.
func (s *transactionServer) GetRawTransferTransaction(_ context.Context,
req *pactus.GetRawTransferTransactionRequest,
) (*pactus.GetRawTransactionResponse, error) {
Expand Down Expand Up @@ -168,7 +168,7 @@ func (s *transactionServer) GetRawTransferTransaction(_ context.Context,
}, nil
}

// Deprecated: GetRawBondTransaction
// Deprecated: GetRawBondTransaction.
func (s *transactionServer) GetRawBondTransaction(_ context.Context,
req *pactus.GetRawBondTransactionRequest,
) (*pactus.GetRawTransactionResponse, error) {
Expand Down Expand Up @@ -207,7 +207,7 @@ func (s *transactionServer) GetRawBondTransaction(_ context.Context,
}, nil
}

// Deprecated: GetRawUnbondTransaction
// Deprecated: GetRawUnbondTransaction.
func (s *transactionServer) GetRawUnbondTransaction(_ context.Context,
req *pactus.GetRawUnbondTransactionRequest,
) (*pactus.GetRawTransactionResponse, error) {
Expand All @@ -229,7 +229,7 @@ func (s *transactionServer) GetRawUnbondTransaction(_ context.Context,
}, nil
}

// Deprecated: GetRawWithdrawTransaction
// Deprecated: GetRawWithdrawTransaction.
func (s *transactionServer) GetRawWithdrawTransaction(_ context.Context,
req *pactus.GetRawWithdrawTransactionRequest,
) (*pactus.GetRawTransactionResponse, error) {
Expand Down

0 comments on commit cbc86d5

Please sign in to comment.