forked from TrueCloudLab/frostfs-node
[#973] morph/subnet: Fix docs and comments of notification events
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
52fc5bde6e
commit
b27c72c02a
2 changed files with 11 additions and 8 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue