@@ -360,7 +360,7 @@ func (s *Server) GetBlockHash(_ context.Context,
360
360
// particular transaction by its hash or for an output script by specifying a
361
361
// zero hash.
362
362
//
363
- // NOTE: This is part of the chainrpc.ChainNotifierService interface.
363
+ // NOTE: This is part of the chainrpc.ChainNotifierServer interface.
364
364
func (s * Server ) RegisterConfirmationsNtfn (in * ConfRequest ,
365
365
confStream ChainNotifier_RegisterConfirmationsNtfnServer ) error {
366
366
@@ -483,7 +483,7 @@ func (s *Server) RegisterConfirmationsNtfn(in *ConfRequest,
483
483
// A client can specify whether the spend request should be for a particular
484
484
// outpoint or for an output script by specifying a zero outpoint.
485
485
//
486
- // NOTE: This is part of the chainrpc.ChainNotifierService interface.
486
+ // NOTE: This is part of the chainrpc.ChainNotifierServer interface.
487
487
func (s * Server ) RegisterSpendNtfn (in * SpendRequest ,
488
488
spendStream ChainNotifier_RegisterSpendNtfnServer ) error {
489
489
@@ -597,7 +597,7 @@ func (s *Server) RegisterSpendNtfn(in *SpendRequest,
597
597
// point. This allows clients to be idempotent by ensuring that they do not
598
598
// missing processing a single block within the chain.
599
599
//
600
- // NOTE: This is part of the chainrpc.ChainNotifierService interface.
600
+ // NOTE: This is part of the chainrpc.ChainNotifierServer interface.
601
601
func (s * Server ) RegisterBlockEpochNtfn (in * BlockEpoch ,
602
602
epochStream ChainNotifier_RegisterBlockEpochNtfnServer ) error {
603
603
0 commit comments