mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Dont look in pool for outgoing transactions
This commit is contained in:
parent
03db09423c
commit
fe64d300fe
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue