mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-10 13:56:50 +00:00
Private keys would be locked early if SignLocked was called more than once because the unlockLater was still running. Terminate it properly.