commit b45f34488b0b5eb0e67c83779f24a3eca872182c parent 9917b1b24d019cc3c526adba7cdbefdfbea4e1ff Author: nolash <dev@holbrook.no> Date: Wed, 8 Sep 2021 08:54:26 +0200 Bump version, deps Diffstat:
A | chaind/error.py | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/chaind/error.py b/chaind/error.py @@ -0,0 +1,2 @@ +class TxSourceError(Exception): + pass