[#151] netmap: fix error message in _deploy

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2021-10-19 13:04:58 +03:00 committed by Alex Vanin
parent c5e026c6e7
commit 2472678b9f

View file

@ -85,7 +85,7 @@ func _deploy(data interface{}, isUpdate bool) {
}
if len(addrBalance) != 20 || len(addrContainer) != 20 {
panic("init: incorrect length of contract script hash")
panic("_deploy: incorrect length of contract script hash")
}
// epoch number is a little endian int, it doesn't need to be serialized