forked from cerc-io/plugeth
core,eth,internal: fix typo (#29024)
This commit is contained in:
@@ -288,7 +288,7 @@ type PersonalAccountAPI struct {
|
||||
b Backend
|
||||
}
|
||||
|
||||
// NewPersonalAccountAPI create a new PersonalAccountAPI.
|
||||
// NewPersonalAccountAPI creates a new PersonalAccountAPI.
|
||||
func NewPersonalAccountAPI(b Backend, nonceLock *AddrLocker) *PersonalAccountAPI {
|
||||
return &PersonalAccountAPI{
|
||||
am: b.AccountManager(),
|
||||
|
||||
Reference in New Issue
Block a user