mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
core: skip prague requests tests
This commit is contained in:
parent
9e430e8925
commit
0c0b9bc025
1 changed files with 1 additions and 0 deletions
|
|
@ -4645,6 +4645,7 @@ var depositsGeneratorCode = common.FromHex("6080604052366103aa575f603067ffffffff
|
||||||
// creates a block containing requests, and then inserts it into the chain to run
|
// creates a block containing requests, and then inserts it into the chain to run
|
||||||
// validation.
|
// validation.
|
||||||
func TestPragueRequests(t *testing.T) {
|
func TestPragueRequests(t *testing.T) {
|
||||||
|
t.Skip("skipping because prague requests not applicable in bor")
|
||||||
var (
|
var (
|
||||||
key1, _ = crypto.HexToECDSA("b71c71a67e1177ad4e901695e1b4b9ee17ae16c6668d313eac2f96dbcda3f291")
|
key1, _ = crypto.HexToECDSA("b71c71a67e1177ad4e901695e1b4b9ee17ae16c6668d313eac2f96dbcda3f291")
|
||||||
addr1 = crypto.PubkeyToAddress(key1.PublicKey)
|
addr1 = crypto.PubkeyToAddress(key1.PublicKey)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue