aboutsummaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/account_manager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/account_manager.go b/accounts/account_manager.go
index 74006395c..34cf0fa53 100644
--- a/accounts/account_manager.go
+++ b/accounts/account_manager.go
@@ -100,7 +100,7 @@ func (am *Manager) Lock(addr common.Address) error {
am.mutex.Lock()
if unl, found := am.unlocked[addr]; found {
am.mutex.Unlock()
- am.expire(addr, unl, time.Duration(0) * time.Nanosecond)
+ am.expire(addr, unl, time.Duration(0)*time.Nanosecond)
} else {
am.mutex.Unlock()
}