From 3ebf68d2f5e72258ef935758bf2b408fd91460ec Mon Sep 17 00:00:00 2001 From: poka Date: Thu, 3 Dec 2020 07:35:52 +0100 Subject: [PATCH] test git --- history.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/history.py b/history.py index 8d77783..08a3c66 100755 --- a/history.py +++ b/history.py @@ -37,3 +37,5 @@ if args.key: dunikey = args.key # Create transaction and send it hist = History(dunikey, node, args.pubkey) hist.history(args.json, args.nocolors) + +#test git