fix: update GitHub URLs from master to main branch

- Replace tree/master with tree/main in all documentation and code comments
- Fix issues/168 -> pull/168 reference (issue was converted to PR)
This commit is contained in:
2026-01-27 20:30:20 +03:00
parent b0cc51533e
commit 5a1fd2ea22
19 changed files with 22 additions and 22 deletions
@@ -114,7 +114,7 @@ pub(crate) struct Initialized {
/// blocks) we will be too slow importing all votes from unfinalized chains on startup
/// (dispute-coordinator gets killed because of unresponsiveness).
///
/// https://github.com/pezkuwichain/pezkuwi-sdk/issues/168
/// https://github.com/pezkuwichain/pezkuwi-sdk/pull/168
///
/// To resolve this, we limit the amount of votes imported at once to
/// `CHAIN_IMPORT_MAX_BATCH_SIZE` and put the rest here for later processing.