good morning!!!!

Skip to content
Snippets Groups Projects
Commit c95e4a80 authored by Wenbiao Zheng's avatar Wenbiao Zheng Committed by Péter Szilágyi
Browse files

accounts/keystore: assign schema as const instead of var (#16985)

parent 897ea01d
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ var ( ...@@ -50,7 +50,7 @@ var (
var KeyStoreType = reflect.TypeOf(&KeyStore{}) var KeyStoreType = reflect.TypeOf(&KeyStore{})
// KeyStoreScheme is the protocol scheme prefixing account and wallet URLs. // KeyStoreScheme is the protocol scheme prefixing account and wallet URLs.
var KeyStoreScheme = "keystore" const KeyStoreScheme = "keystore"
// Maximum time between wallet refreshes (if filesystem notifications don't work). // Maximum time between wallet refreshes (if filesystem notifications don't work).
const walletRefreshCycle = 3 * time.Second const walletRefreshCycle = 3 * time.Second
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment