forked from TrueCloudLab/frostfs-node
[#770] morph/client: Fix comment for fallbackTime
`fallbackTime` is delta b/w `ValidUntilBlock` of the main transaction and block when `fallback` transaction is sent. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
3400a071f9
commit
c0e25d1706
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ type (
|
|||
notary struct {
|
||||
txValidTime uint32 // minimum amount of blocks when mainTx will be valid
|
||||
roundTime uint32 // extra amount of blocks to synchronize sidechain height diff of inner ring nodes
|
||||
fallbackTime uint32 // amount of blocks before fallbackTx will be sent
|
||||
fallbackTime uint32 // mainTx's ValidUntilBlock - fallbackTime + 1 is when fallbackTx is sent
|
||||
|
||||
alphabetSource AlphabetKeys // source of alphabet node keys to prepare witness
|
||||
|
||||
|
|
Loading…
Reference in a new issue