This commit is contained in:
Jason Dreyzehner
2022-10-31 13:00:15 -04:00
commit 80cb85816f
8 changed files with 1672 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"version": "0.2",
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"language": "en",
"words": [
"authchains",
"BCMR",
"rebranded",
"rebranding",
"redenominated",
"TXLOCKTIME"
],
"flagWords": [],
"ignorePaths": [],
"patterns": [
{
"name": "cash-address-format",
"pattern": "/:[qpzry9x8gf2tvdw0s3jn54khce6mua7l]+/g"
}
],
"ignoreRegExpList": [
"Base64",
"HexValues",
"cash-address-format"
]
}