We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0036e2a commit 1a0eb90Copy full SHA for 1a0eb90
internal/ethapi/api.go
@@ -211,8 +211,9 @@ type PrivateAccountAPI struct {
211
// NewPrivateAccountAPI create a new PrivateAccountAPI.
212
func NewPrivateAccountAPI(b Backend, nonceLock *AddrLocker) *PrivateAccountAPI {
213
return &PrivateAccountAPI{
214
- am: b.AccountManager(),
215
- b: b,
+ am: b.AccountManager(),
+ nonceLock: nonceLock,
216
+ b: b,
217
}
218
219
0 commit comments