From b45f34488b0b5eb0e67c83779f24a3eca872182c Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 8 Sep 2021 08:54:26 +0200 Subject: [PATCH] Bump version, deps --- chaind/error.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 chaind/error.py diff --git a/chaind/error.py b/chaind/error.py new file mode 100644 index 0000000..61e5e3d --- /dev/null +++ b/chaind/error.py @@ -0,0 +1,2 @@ +class TxSourceError(Exception): + pass