Fix another issue with a godoc comment.
This commit is contained in:
parent
91b030cb76
commit
38bebf2036
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ func NewBlockConnectedNtfn(hash string, height int32) *BlockConnectedNtfn {
|
|||
}
|
||||
}
|
||||
|
||||
// satisifies the Notification interface by returning the id of the
|
||||
// Id satisifies the Notification interface by returning the id of the
|
||||
// notification.
|
||||
func (n *BlockConnectedNtfn) Id() interface{} {
|
||||
return BlockConnectedNtfnId
|
||||
|
|
Loading…
Reference in a new issue