mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Do not return non-validated transaction from RippleAPI#getTransaction
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
],
|
||||
"TransactionIndex": 5,
|
||||
"TransactionResult": "tesSUCCESS"
|
||||
}
|
||||
},
|
||||
"validated": false
|
||||
}
|
||||
}
|
||||
|
||||
3
test/fixtures/api/rippled/tx/payment.json
vendored
3
test/fixtures/api/rippled/tx/payment.json
vendored
@@ -181,6 +181,7 @@
|
||||
],
|
||||
"TransactionIndex": 0,
|
||||
"TransactionResult": "tesSUCCESS"
|
||||
}
|
||||
},
|
||||
"validated": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user