Home
last modified time | relevance | path

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

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/protocols/eth/
H A Dhandler_test.go387 acc1Key, _ := crypto.HexToECDSA("8a1f9a8f95be41cd7ccb6168179afb4504aefe388d1e14474d32c45c72ce7b7a")
389 acc1Addr := crypto.PubkeyToAddress(acc1Key.PublicKey)
404 … acc2Addr, big.NewInt(1_000_000_000_000_000), params.TxGas, block.BaseFee(), nil), signer, acc1Key)
496 acc1Key, _ := crypto.HexToECDSA("8a1f9a8f95be41cd7ccb6168179afb4504aefe388d1e14474d32c45c72ce7b7a")
498 acc1Addr := crypto.PubkeyToAddress(acc1Key.PublicKey)
513 … acc2Addr, big.NewInt(1_000_000_000_000_000), params.TxGas, block.BaseFee(), nil), signer, acc1Key)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/light/
H A Dodr_test.go47 acc1Key, _ = crypto.HexToECDSA("8a1f9a8f95be41cd7ccb6168179afb4504aefe388d1e14474d32c45c72ce7b7a") var
49 acc1Addr = crypto.PubkeyToAddress(acc1Key.PublicKey)
224 … acc2Addr, big.NewInt(1_000_000_000_000_000), params.TxGas, block.BaseFee(), nil), signer, acc1Key)
226 …ontractCreation(nonce, big.NewInt(0), 1000000, block.BaseFee(), testContractCode), signer, acc1Key)