mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-04 19:02:28 +00:00
address: rename functions as per #579 comments
Make them more clear to understand.
This commit is contained in:
parent
53e6fbbbf9
commit
b246653f62
16 changed files with 28 additions and 28 deletions
|
@ -45,7 +45,7 @@ func TestGetConsensusAddressMainNet(t *testing.T) {
|
|||
}
|
||||
|
||||
assert.Equal(t, consensusScript, script.String())
|
||||
assert.Equal(t, consensusAddr, address.EncodeUint160(script))
|
||||
assert.Equal(t, consensusAddr, address.Uint160ToString(script))
|
||||
}
|
||||
|
||||
func TestUtilityTokenTX(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue