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