core: rename Neo.Crypto.CheckSig interop

This commit is contained in:
Anna Shaleva 2021-05-11 16:32:09 +03:00
parent af16c3e009
commit 366e79b9b8
44 changed files with 283 additions and 289 deletions

View file

@ -16,7 +16,7 @@ var (
// ctx holds storage context for contract methods
ctx storage.Context
// Check if the invoker of the contract is the specified owner
owner = util.FromAddress("NX1yL5wDx3inK2qUVLRVaqCLUxYnAbv85S")
owner = util.FromAddress("NbrUYaZgyhSkNoRo9ugRyEMdUZxrhkNaWB")
// ticksKey is a storage key for ticks counter
ticksKey = []byte("ticks")
)