mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
Update core/txpool/legacypool/legacypool_test.go
This commit is contained in:
parent
f4ac996e77
commit
4c793dafd6
1 changed files with 1 additions and 2 deletions
|
|
@ -2264,8 +2264,7 @@ func TestSetCodeTransactions(t *testing.T) {
|
||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
// Check that only one in-flight transaction is allowed for accounts
|
// Check that only one in-flight transaction is allowed for accounts
|
||||||
// with
|
// with delegation set.
|
||||||
set.
|
|
||||||
name: "accept-one-inflight-tx-of-delegated-account",
|
name: "accept-one-inflight-tx-of-delegated-account",
|
||||||
pending: 1,
|
pending: 1,
|
||||||
run: func(name string) {
|
run: func(name string) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue