mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Fix encoding errors on send_transaction()
This commit is contained in:
parent
261cd342dd
commit
3ad3a6082b
6 changed files with 42 additions and 4 deletions
Binary file not shown.
18
tests/data/test_jsonrpcdaemon/test_send_transaction.json
Normal file
18
tests/data/test_jsonrpcdaemon/test_send_transaction.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"credits": 0,
|
||||
"double_spend": false,
|
||||
"fee_too_low": false,
|
||||
"invalid_input": false,
|
||||
"invalid_output": false,
|
||||
"low_mixin": false,
|
||||
"not_rct": false,
|
||||
"not_relayed": false,
|
||||
"overspend": false,
|
||||
"reason": "",
|
||||
"sanity_check_failed": false,
|
||||
"status": "OK",
|
||||
"too_big": false,
|
||||
"too_few_outputs": false,
|
||||
"top_hash": "",
|
||||
"untrusted": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue