From 389ef14e3303fb3e41777f42b088efa4d5dbaad6 Mon Sep 17 00:00:00 2001 From: 0xalivecow Date: Wed, 23 Oct 2024 17:16:25 +0200 Subject: [PATCH] refactor: change example json file --- .gitignore | 2 +- src/test_json/block2poly_example.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cf662f7..60ffcf3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # Generated by Cargo # will have compiled files and executables -debug/ +# debug/ target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries diff --git a/src/test_json/block2poly_example.json b/src/test_json/block2poly_example.json index 4b4d541..cb820c7 100644 --- a/src/test_json/block2poly_example.json +++ b/src/test_json/block2poly_example.json @@ -7,4 +7,5 @@ "block": "ARIAAAAAAAAAAAAAAAAAgA==" } } -} \ No newline at end of file +} +}