interop: rename ContractID
to ID
Helps further refactoring, see next commit.
This commit is contained in:
parent
f0d8652bcd
commit
6ca7b4b966
15 changed files with 148 additions and 148 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue