[#973] morph/subnet: Fix docs and comments of notification events

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-11-28 12:43:03 +03:00 committed by LeL
parent 52fc5bde6e
commit b27c72c02a
2 changed files with 11 additions and 8 deletions

View file

@ -28,7 +28,7 @@ func (x Delete) ID() []byte {
}
// TxHash returns hash of the transaction which thrown the notification event.
// Makes sense only in non-notary environments (see NotaryMainTx).
// Makes sense only in notary environments.
func (x Delete) TxHash() util.Uint256 {
return x.txHash
}