From fe64d300fe8444dd7549ab60cfd2b7dbaf5565b8 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sat, 20 Oct 2018 15:07:33 +0200 Subject: [PATCH] Dont look in pool for outgoing transactions --- funding/bin/daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funding/bin/daemon.py b/funding/bin/daemon.py index efd9ea1..6cd7e71 100644 --- a/funding/bin/daemon.py +++ b/funding/bin/daemon.py @@ -131,7 +131,7 @@ class Daemon: data = { "method": "get_transfers", - "params": {"pool": True, "out": True, "account_index": index}, + "params": {"pool": False, "out": True, "account_index": index}, "jsonrpc": "2.0", "id": "0", }