https://github.com/tendermint/tendermint
Raw File
Tip revision: fe94ff8934add94c030716dce3bc5d17b2198d21 authored by William Banfield on 03 September 2021, 19:47:00 UTC
rename flags and config fields to use the new blocksync nomenclature
Tip revision: fe94ff8
.textlintrc.json
{
  "rules": {
    "stop-words": {
      "severity": "warning",
      "defaultWords": false,
      "words": "stop-words.txt"
    }
  }
}
back to top