From 0d7fdd6e10a92a408918f386c92b4d4856699946 Mon Sep 17 00:00:00 2001 From: Jinsoo Heo Date: Tue, 28 Apr 2026 13:49:44 +0900 Subject: [PATCH] chore: update master branch references --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3d8762..2778195 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $ FOUNDRY_PROFILE=intense forge test # Run all tests in intense mode $ forge test --nmt "FuzzDifferentialOracleSuite" # Run only non-differential fuzz tests ``` -Note that in order to run the whole test suite, i.e. including differential fuzz tests, the oracle-suite's musig [`schnorr`](https://github.com/chronicleprotocol/musig/tree/master/cmd/schnorr) binary needs to be present inside the `bin/` directory. +Note that in order to run the whole test suite, i.e. including differential fuzz tests, the oracle-suite's musig [`schnorr`](https://github.com/chronicleprotocol/musig/tree/main/cmd/schnorr) binary needs to be present inside the `bin/` directory. Lint: