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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user