forked from TrueCloudLab/frostfs-contract
[#74] Log notary disabled flag at init
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
2cc9c4fc66
commit
e4ba936f50
8 changed files with 10 additions and 0 deletions
|
@ -75,6 +75,7 @@ func Init(notaryDisabled bool, owner, addrNetmap, addrBalance, addrID interop.Ha
|
|||
storage.Put(ctx, notaryDisabledKey, notaryDisabled)
|
||||
if notaryDisabled {
|
||||
common.InitVote(ctx)
|
||||
runtime.Log("container contract notary disabled")
|
||||
}
|
||||
|
||||
runtime.Log("container contract initialized")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue