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
|
@ -58,6 +58,9 @@ func Init(notaryDisabled bool, owner interop.Hash160, addrNetmap interop.Hash160
|
|||
|
||||
// initialize the way to collect signatures
|
||||
storage.Put(ctx, notaryDisabledKey, notaryDisabled)
|
||||
if notaryDisabled {
|
||||
runtime.Log("audit contract notary disabled")
|
||||
}
|
||||
|
||||
runtime.Log("audit contract initialized")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue