Skip to content

Commit 0205960

Browse files
thibaudgermainarner
authored andcommitted
add delivery in scan by id
Signed-off-by: Thibaud Germain <thibaud.germain1@ibm.com>
1 parent c7632e9 commit 0205960

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ func (p *deliveryBasedLLMProvider) NewManager(network, channel string) (Listener
127127
Logger: logger,
128128
},
129129
&DeliveryScanQueryByID{
130-
Channel: ch,
130+
Delivery: ch.Delivery(),
131+
Channel: ch,
131132
},
132133
p.tracerProvider.Tracer("finality_listener_manager", tracing.WithMetricsOpts(tracing.MetricsOpts{})),
133134
p.newMapper(network, channel),

0 commit comments

Comments
 (0)