aeternity / aepp-sdk-go

Golang SDK to interact with the Æternity blockchain
ISC License
18 stars 10 forks source link

NameTTL should be an uint64<=180000? #158

Closed jdgcs closed 1 year ago

jdgcs commented 2 years ago

https://github.com/aeternity/aepp-sdk-go/blob/30693726fd724129909f1462201c2cd5cdc9f02b/transactions/tx_aens.go#L678

might be

nameTTL := config.Client.Names.NameTTL

and the NameTTL in the config.go https://github.com/aeternity/aepp-sdk-go/blob/30693726fd724129909f1462201c2cd5cdc9f02b/config/config.go#L168

Might be 180000 by default?