mirror of https://github.com/status-im/op-geth.git
85e6c40c00
The account management API was originally implemented as a thin layer around crypto.KeyStore, on the grounds that several kinds of key stores would be implemented later on. It turns out that this won't happen so KeyStore is a superflous abstraction. In this commit crypto.KeyStore and everything related to it moves to package accounts and is unexported. |
||
---|---|---|
.. | ||
abi | ||
testdata | ||
account_manager.go | ||
accounts_test.go | ||
key.go | ||
key_store_passphrase.go | ||
key_store_passphrase_test.go | ||
key_store_plain.go | ||
key_store_test.go | ||
presale.go |