mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-05 23:55:11 +00:00
native/neo: add getAccountState
method, close #1975
This commit is contained in:
parent
df0be2e855
commit
233996eec0
5 changed files with 63 additions and 1 deletions
|
@ -116,6 +116,7 @@ func TestNativeHelpersCompile(t *testing.T) {
|
|||
{"vote", []string{u160, pub}},
|
||||
{"unclaimedGas", []string{u160, "123"}},
|
||||
{"unregisterCandidate", []string{pub}},
|
||||
{"getAccountState", []string{u160}},
|
||||
}, nep17TestCases...))
|
||||
runNativeTestCases(t, cs.GAS.ContractMD, "gas", append([]nativeTestCase{
|
||||
{"refuel", []string{u160, "123"}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue