Skip to content

Commit 4857185

Browse files
committed
FSC mod update
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 20231f5 commit 4857185

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/gin-gonic/gin v1.10.0
1010
github.com/gobuffalo/packr/v2 v2.7.1
1111
github.com/hashicorp/go-uuid v1.0.3
12-
github.com/hyperledger-labs/fabric-smart-client v0.4.1-0.20250213145353-9b1f9b38aa5c
12+
github.com/hyperledger-labs/fabric-smart-client v0.4.1-0.20250213182503-543f72422157
1313
github.com/hyperledger-labs/orion-sdk-go v0.2.10
1414
github.com/hyperledger-labs/orion-server v0.2.10
1515
github.com/hyperledger/fabric v1.4.0-rc1.0.20230405174026-695dd57e01c2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,8 +1057,8 @@ github.com/hidal-go/hidalgo v0.0.0-20201109092204-05749a6d73df/go.mod h1:bPkrxDl
10571057
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
10581058
github.com/huin/goupnp v1.3.0 h1:UvLUlWDNpoUdYzb2TCn+MuTWtcjXKSza2n6CBdQ0xXc=
10591059
github.com/huin/goupnp v1.3.0/go.mod h1:gnGPsThkYa7bFi/KWmEysQRf48l2dvR5bxr2OFckNX8=
1060-
github.com/hyperledger-labs/fabric-smart-client v0.4.1-0.20250213145353-9b1f9b38aa5c h1:Z2ozA9rctUaoI2/DRlvqV6E2qSglom9mjhP2zFnStHs=
1061-
github.com/hyperledger-labs/fabric-smart-client v0.4.1-0.20250213145353-9b1f9b38aa5c/go.mod h1:EdiA1cY2eOOZjqPlutIlFPkueUMMJOxLoiRH5KwOW1c=
1060+
github.com/hyperledger-labs/fabric-smart-client v0.4.1-0.20250213182503-543f72422157 h1:nv32gdDv1n/ICiHFTCJrX1CQicrFVO75+yP+XNb7q1Y=
1061+
github.com/hyperledger-labs/fabric-smart-client v0.4.1-0.20250213182503-543f72422157/go.mod h1:EdiA1cY2eOOZjqPlutIlFPkueUMMJOxLoiRH5KwOW1c=
10621062
github.com/hyperledger-labs/orion-sdk-go v0.2.10 h1:lFgWgxyvngIhWnIqymYGBmtmq9D6uC5d0uLG9cbyh5s=
10631063
github.com/hyperledger-labs/orion-sdk-go v0.2.10/go.mod h1:iN2xZB964AqwVJwL+EnwPOs8z1EkMEbbIg/qYeC7gDY=
10641064
github.com/hyperledger-labs/orion-server v0.2.10 h1:G4zbQEL5Egk0Oj+TwHCZWdTOLDBHOjaAEvYOT4G7ozw=

token/services/network/fabric/lookup/deliveryllm.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ import (
3030
type newTxInfoMapper = func(network, channel string) events.EventInfoMapper[KeyInfo]
3131

3232
type EventsListenerManager interface {
33-
AddPermanentEventListener(txID string, e events.ListenerEntry[KeyInfo]) error
34-
AddEventListener(txID string, e events.ListenerEntry[KeyInfo]) error
35-
RemoveEventListener(txID string, e events.ListenerEntry[KeyInfo]) error
33+
AddPermanentEventListener(key string, e events.ListenerEntry[KeyInfo]) error
34+
AddEventListener(key string, e events.ListenerEntry[KeyInfo]) error
35+
RemoveEventListener(key string, e events.ListenerEntry[KeyInfo]) error
3636
}
3737

3838
type Listener interface {

0 commit comments

Comments
 (0)