From ef306db5e2b1ee9c79d3a94e2befaa7ba29a5fab Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 2 Dec 2022 14:52:46 +1100 Subject: [PATCH] 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. --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 53fb3127..3d9a166e 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,7 +1,6 @@ # Eventually this shoud be: ignore = [] ignore = [ "bitcoin/src/blockdata", - "bitcoin/src/psbt", "bitcoin/src/util", "hashes", ]