forked from TrueCloudLab/frostfs-node
[#1224] morph: Delete wrong comment
Current implementation does not use MurmurHash3. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
df48ddcb3d
commit
f0c9a68ad3
1 changed files with 1 additions and 1 deletions
|
@ -849,7 +849,7 @@ func CalculateNotaryDepositAmount(c *Client, gasMul, gasDiv int64) (fixedn.Fixed
|
|||
}
|
||||
|
||||
// CalculateNonceAndVUB calculates nonce and ValidUntilBlock values
|
||||
// based on transaction hash. Uses MurmurHash3.
|
||||
// based on transaction hash.
|
||||
func (c *Client) CalculateNonceAndVUB(hash util.Uint256) (nonce uint32, vub uint32, err error) {
|
||||
c.switchLock.RLock()
|
||||
defer c.switchLock.RUnlock()
|
||||
|
|
Loading…
Reference in a new issue