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