Commit 7e780be0 authored by EvanJRichard's avatar EvanJRichard

cfg -> Cfg

parent e80fff67
...@@ -187,8 +187,8 @@ func TestSystemE2EDencunAtGenesisWithBlobs(t *testing.T) { ...@@ -187,8 +187,8 @@ func TestSystemE2EDencunAtGenesisWithBlobs(t *testing.T) {
defer sys.Close() defer sys.Close()
// send a blob-containing txn on l1 // send a blob-containing txn on l1
ethPrivKey := sys.cfg.Secrets.Alice ethPrivKey := sys.Cfg.Secrets.Alice
txData := transactions.CreateEmptyBlobTx(ethPrivKey, true, sys.cfg.L1ChainIDBig().Uint64()) txData := transactions.CreateEmptyBlobTx(ethPrivKey, true, sys.Cfg.L1ChainIDBig().Uint64())
tx := types.MustSignNewTx(ethPrivKey, types.LatestSignerForChainID(cfg.L1ChainIDBig()), txData) tx := types.MustSignNewTx(ethPrivKey, types.LatestSignerForChainID(cfg.L1ChainIDBig()), txData)
// send blob-containing txn // send blob-containing txn
sendCtx, sendCancel := context.WithTimeout(context.Background(), 15*time.Second) sendCtx, sendCancel := context.WithTimeout(context.Background(), 15*time.Second)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment