aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/account_manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/account_manager.go')
-rw-r--r--accounts/account_manager.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/accounts/account_manager.go b/accounts/account_manager.go
index 6cbd23c4e..13f16296a 100644
--- a/accounts/account_manager.go
+++ b/accounts/account_manager.go
@@ -49,6 +49,11 @@ var (
ErrNoKeys = errors.New("no keys in store")
)
+const (
+ // Default unlock duration (in seconds) when an account is unlocked from the console
+ DefaultAccountUnlockDuration = 300
+)
+
type Account struct {
Address common.Address
}