Skip to content

Commit

Permalink
why arent these being found
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed Dec 19, 2024
1 parent 9acf3f2 commit 0270c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/smartcontract/smartcontracts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func nonAttestedNodesCannotCreateRollup(t *testing.T, mgmtContractLib *debugMgmt
if err != nil {
t.Error(err)
}
txData, err := mgmtContractLib.CreateBlobRollup(&ethadapter.L1RollupTx{Rollup: encodedRollup})
txData, err := mgmtContractLib.CreateBlobRollup(&common.L1RollupTx{Rollup: encodedRollup})
if err != nil {
t.Error(err)
}
Expand Down

0 comments on commit 0270c73

Please sign in to comment.