Skip to content

Commit 4341b13

Browse files
Rename arbitrator/ dir to crates/ (#406)
1 parent 036a4cc commit 4341b13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/osp/OneStepProverHostIo.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ contract OneStepProverHostIo is IOneStepProver {
149149
bytes memory extracted;
150150
uint8 proofType = uint8(proof[proofOffset]);
151151
proofOffset++;
152-
// These values must be kept in sync with `arbitrator/arbutil/src/types.rs`
152+
// These values must be kept in sync with `crates/arbutil/src/types.rs`
153153
// and `arbutil/preimage_type.go` (both in the nitro repo).
154154
if (inst.argumentData == 0) {
155155
// The machine is asking for a keccak256 preimage

test/prover/one-step-proof.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async function sendTestMessages() {
1818
await deployments.get('SequencerInboxStub')
1919
).address
2020
)
21-
const msgRoot = '../arbitrator/prover/test-cases/rust/data/'
21+
const msgRoot = '../crates/prover/test-cases/rust/data/'
2222
const gasOpts = {
2323
gasLimit: ethers.utils.hexlify(250000),
2424
gasPrice: ethers.utils.parseUnits('5', 'gwei'),

0 commit comments

Comments
 (0)