mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-10 05:45:41 +00:00
Account is now always a non-pointer. This will be important once the manager starts remembering accounts. AccountManager is now always a pointer because it contains locks and locks cannot be copied.