Commit 51e6bbbb authored by Karl Floersch's avatar Karl Floersch

Small edits to CTC

parent 79f4c3ca
...@@ -76,7 +76,7 @@ contract NEW_OVM_CanonicalTransactionChain is OVM_BaseChain, Lib_AddressResolver ...@@ -76,7 +76,7 @@ contract NEW_OVM_CanonicalTransactionChain is OVM_BaseChain, Lib_AddressResolver
****************************************/ ****************************************/
// TODO: allow the sequencer to append queue batches at any time // TODO: allow the sequencer to append queue batches at any time
/** /**
......
...@@ -23,7 +23,7 @@ interface sequencerBatchContext { ...@@ -23,7 +23,7 @@ interface sequencerBatchContext {
blocknumber: Number blocknumber: Number
} }
describe.only('NEW_OVM_CanonicalTransactionChain', () => { describe('NEW_OVM_CanonicalTransactionChain', () => {
let signer: Signer let signer: Signer
before(async () => { before(async () => {
;[signer] = await ethers.getSigners() ;[signer] = await ethers.getSigners()
......
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