Enable formatting for consensus
Remove the exclude for the `consensus` module. Do not run the formatter, that will be done as a separate patch to aid review.
This commit is contained in:
parent
ce773af20f
commit
89143205f9
|
@ -1,7 +1,6 @@
|
||||||
# Eventually this shoud be: ignore = []
|
# Eventually this shoud be: ignore = []
|
||||||
ignore = [
|
ignore = [
|
||||||
"bitcoin/src/blockdata",
|
"bitcoin/src/blockdata",
|
||||||
"bitcoin/src/consensus",
|
|
||||||
"bitcoin/src/crypto",
|
"bitcoin/src/crypto",
|
||||||
"bitcoin/src/psbt",
|
"bitcoin/src/psbt",
|
||||||
"bitcoin/src/util",
|
"bitcoin/src/util",
|
||||||
|
|
Loading…
Reference in New Issue