plugeth/accounts
Felix Lange afc530ea41 accounts: use time.Duration correctly
There is no point to using time.Duration if the value is interpreted as
milliseconds. Callers should use the standard multiplication idiom to
choose the unit. In fact, the only caller outside of the tests already
does so.
2015-03-08 00:35:23 +01:00
..
abi Implemented contract ABI 2015-01-27 16:19:21 +01:00
account_manager.go accounts: use time.Duration correctly 2015-03-08 00:35:23 +01:00
accounts_test.go accounts: use time.Duration correctly 2015-03-08 00:35:23 +01:00