SIGBlockchain / project_aurum

SIG Blockchain blockchain project in Go
https://acm.cs.uic.edu/sigblockchain
MIT License
7 stars 1 forks source link

Settings main.go bug #379

Closed kastolars closed 4 years ago

kastolars commented 4 years ago

Bug with settings, if I type 1hr the config changes to 1hrs. I think it's appending s to anything that isn't a valid time-interval. Should reject anything that isn't a valid time interval, and maybe output valid time intervals if the argument is invalid.

bashbashbash commented 4 years ago

Approved and closed #392