forked from TrueCloudLab/neoneo-go
examples: update ANT owner for workshop
This commit is contained in:
parent
db8cb752e3
commit
08ae869028
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const (
|
||||||
multiplier = 100000000
|
multiplier = 100000000
|
||||||
)
|
)
|
||||||
|
|
||||||
var owner = util.FromAddress("NPAsqZkx9WhNd4P72uhZxBhLinSuNkxfB8")
|
var owner = util.FromAddress("NMipL5VsNoLUBUJKPKLhxaEbPQVCZnyJyB")
|
||||||
|
|
||||||
// createToken initializes the Token Interface for the Smart Contract to operate with
|
// createToken initializes the Token Interface for the Smart Contract to operate with
|
||||||
func createToken() nep5.Token {
|
func createToken() nep5.Token {
|
||||||
|
|
Loading…
Reference in a new issue