Scan pool too, faster incoming tx lookup

This commit is contained in:
Sander Ferdinand 2018-07-12 02:33:47 +02:00
parent 7905963e0f
commit a40cd265af
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class WowneroDaemon:
def get_transfers_in(self, index):
data = {
"method":"get_transfers",
"params": {"in": True, "account_index": 0, "subaddr_indices": [index]},
"params": {"pool": True, "in": True, "account_index": 0, "subaddr_indices": [index]},
"jsonrpc": "2.0",
"id": "0",
}