Skip to content

Commit 867d27d

Browse files
authored
Merge pull request #9689 from starius/fix-typos
chainrpc: fix description of several methods
2 parents aaf0a19 + acd296e commit 867d27d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lnrpc/chainrpc/chain_server.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ func (s *Server) GetBlockHash(_ context.Context,
360360
// particular transaction by its hash or for an output script by specifying a
361361
// zero hash.
362362
//
363-
// NOTE: This is part of the chainrpc.ChainNotifierService interface.
363+
// NOTE: This is part of the chainrpc.ChainNotifierServer interface.
364364
func (s *Server) RegisterConfirmationsNtfn(in *ConfRequest,
365365
confStream ChainNotifier_RegisterConfirmationsNtfnServer) error {
366366

@@ -483,7 +483,7 @@ func (s *Server) RegisterConfirmationsNtfn(in *ConfRequest,
483483
// A client can specify whether the spend request should be for a particular
484484
// outpoint or for an output script by specifying a zero outpoint.
485485
//
486-
// NOTE: This is part of the chainrpc.ChainNotifierService interface.
486+
// NOTE: This is part of the chainrpc.ChainNotifierServer interface.
487487
func (s *Server) RegisterSpendNtfn(in *SpendRequest,
488488
spendStream ChainNotifier_RegisterSpendNtfnServer) error {
489489

@@ -597,7 +597,7 @@ func (s *Server) RegisterSpendNtfn(in *SpendRequest,
597597
// point. This allows clients to be idempotent by ensuring that they do not
598598
// missing processing a single block within the chain.
599599
//
600-
// NOTE: This is part of the chainrpc.ChainNotifierService interface.
600+
// NOTE: This is part of the chainrpc.ChainNotifierServer interface.
601601
func (s *Server) RegisterBlockEpochNtfn(in *BlockEpoch,
602602
epochStream ChainNotifier_RegisterBlockEpochNtfnServer) error {
603603

0 commit comments

Comments
 (0)