mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +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
|
||||
// with
|
||||
set.
|
||||
// with delegation set.
|
||||
name: "accept-one-inflight-tx-of-delegated-account",
|
||||
pending: 1,
|
||||
run: func(name string) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue