From 549f98ab622e55752e7ae70d2a9eda23b8dff61e Mon Sep 17 00:00:00 2001 From: poka Date: Sun, 15 Nov 2020 09:38:16 +0100 Subject: [PATCH] detail --- .gitignore | 1 + pay.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fd5dc43..529e894 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ __pycache__ userEnv.py +.vscode diff --git a/pay.py b/pay.py index 48594cc..4685026 100755 --- a/pay.py +++ b/pay.py @@ -32,6 +32,8 @@ except: def sendGenDoc(recipient, amount, comment): + # TODO: Check args + # Build TX generation document queryBuild = gql( """