mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Scan pool too, faster incoming tx lookup
This commit is contained in:
parent
7905963e0f
commit
a40cd265af
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class WowneroDaemon:
|
||||||
def get_transfers_in(self, index):
|
def get_transfers_in(self, index):
|
||||||
data = {
|
data = {
|
||||||
"method":"get_transfers",
|
"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",
|
"jsonrpc": "2.0",
|
||||||
"id": "0",
|
"id": "0",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue