core,eth,internal: fix typo (#29024)

This commit is contained in:
buddho
2024-02-20 19:42:48 +08:00
committed by GitHub
parent 7f5e96dc6c
commit bba3fa9af9
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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(),