ethersphere / swarm-cli

Manage your Bee node and interact with the Swarm network via the CLI
BSD 3-Clause "New" or "Revised" License
48 stars 21 forks source link

feat: show TTL in human readable format #355

Closed significance closed 2 years ago

significance commented 2 years ago

TTL: 11145595/60/60/24/7 seconds 😭

Cafe137 commented 2 years ago

The swarm-cli stamp list and swarm-cli stamp show commands print TTL: 7231860 seconds.

We have a printStamp function in src/service/stamp/index.ts which could be enhanced to convert this value to more comprehensible units.

agazso commented 2 years ago

Closed by #395