Home
last modified time | relevance | path

Searched refs:odrAccounts (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/
H A Dodr_test.go84 func TestOdrAccountsLes2(t *testing.T) { testOdr(t, 2, 1, true, odrAccounts) }
85 func TestOdrAccountsLes3(t *testing.T) { testOdr(t, 3, 1, true, odrAccounts) }
86 func TestOdrAccountsLes4(t *testing.T) { testOdr(t, 4, 1, true, odrAccounts) }
88 func odrAccounts(ctx context.Context, db ethdb.Database, config *params.ChainConfig, bc *core.Block… func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/light/
H A Dodr_test.go140 func TestOdrAccountsLes2(t *testing.T) { testChainOdr(t, 1, odrAccounts) }
142 func odrAccounts(ctx context.Context, db ethdb.Database, bc *core.BlockChain, lc *LightChain, bhash… func