Skip to content

Commit

Permalink
comment forced batches test
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR552 committed Mar 8, 2023
1 parent e1d10ea commit 6ae1721
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 204 deletions.
18 changes: 9 additions & 9 deletions ci/e2e-group1/constants.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package e2e

import "github.com/ethereum/go-ethereum/common"
// import "github.com/ethereum/go-ethereum/common"

const (
toAddressHex = "0x70997970C51812dc3A010C7d01b50e0d17dc79C8"
nTxs = 10
gerFinalityBlocks = uint64(1)
)
// const (
// toAddressHex = "0x70997970C51812dc3A010C7d01b50e0d17dc79C8"
// nTxs = 10
// gerFinalityBlocks = uint64(1)
// )

var (
toAddress = common.HexToAddress(toAddressHex)
)
// var (
// toAddress = common.HexToAddress(toAddressHex)
// )
Loading

0 comments on commit 6ae1721

Please sign in to comment.