Do not return non-validated transaction from RippleAPI#getTransaction

This commit is contained in:
Alan Cohen
2015-09-16 12:11:29 -07:00
parent fe5bc1d215
commit 3c608de5bb
4 changed files with 14 additions and 5 deletions

View File

@@ -40,6 +40,7 @@
],
"TransactionIndex": 5,
"TransactionResult": "tesSUCCESS"
}
},
"validated": false
}
}

View File

@@ -181,6 +181,7 @@
],
"TransactionIndex": 0,
"TransactionResult": "tesSUCCESS"
}
},
"validated": true
}
}