Skip to content

Commit

Permalink
Define tx not found error
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Filios <[email protected]>
  • Loading branch information
alexandrosfilios committed Feb 17, 2025
1 parent 92b4951 commit aeb784b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform/fabric/core/generic/finality/deliveryqs.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ import (
"github.com/hyperledger-labs/fabric-smart-client/platform/common/utils/collections"
"github.com/hyperledger-labs/fabric-smart-client/platform/fabric"
"github.com/hyperledger-labs/fabric-smart-client/platform/fabric/core/generic/events"
"github.com/pkg/errors"
)

var TxNotFound = errors.New("tx not found")

type DeliveryScanQueryByID[T events.EventInfo] struct {
Logger logging.Logger
Delivery *fabric.Delivery
Expand Down

0 comments on commit aeb784b

Please sign in to comment.