Skip to content

Commit

Permalink
docs: explain the TTL types in AENS
Browse files Browse the repository at this point in the history
  • Loading branch information
randomshinichi committed Mar 23, 2019
1 parent ef9eab6 commit 9265779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aeternity/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ var Config = ProfileConfig{
TTL: 500,
Fee: *utils.RequireBigIntFromString("200000000000000"),
Names: AensConfig{
NameTTL: 500,
ClientTTL: 500,
NameTTL: 500, // absolute block height when the name will expire
ClientTTL: 500, // time in blocks until the name resolver should check again in case the name was updated
},
Contracts: ContractConfig{ // UNUSED
Gas: 1e9,
Expand Down

0 comments on commit 9265779

Please sign in to comment.