bp-core 0.12.0-beta.4

Bitcoin protocol core library (BP Core Lib)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[files]
# exclude the directory "stl/"
extend-exclude = ["stl/"]

[default.extend-words]
# Don't correct the name "Jon Atack".
Atack = "Atack"

[default]
extend-ignore-re = [
    # Don't correct URIs
    "([a-z]+:)*[$!0-9A-Za-z-]+",
]