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
|
@ -96,6 +96,7 @@ func Init(notaryDisabled bool, owner, addrBalance, addrContainer interop.Hash160
|
|||
|
||||
common.SetSerialized(ctx, innerRingKey, irList)
|
||||
common.InitVote(ctx)
|
||||
runtime.Log("netmap contract notary disabled")
|
||||
}
|
||||
|
||||
runtime.Log("netmap contract initialized")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue