interop: rename ContractID to ID

Helps further refactoring, see next commit.
This commit is contained in:
Evgeniy Stratonikov 2021-02-09 12:26:25 +03:00
parent f0d8652bcd
commit 6ca7b4b966
15 changed files with 148 additions and 148 deletions

View file

@ -240,7 +240,7 @@ func TestNativeContract_InvokeInternal(t *testing.T) {
v.Estack().PushVal(14)
v.Estack().PushVal(28)
v.Estack().PushVal("sum")
v.Estack().PushVal(tn.Metadata().ContractID)
v.Estack().PushVal(tn.Metadata().ID)
require.NoError(t, native.Call(ic))