Monitoring for transactions: start chaining code

This commit is contained in:
mDuo13
2019-05-15 13:12:43 -07:00
parent cf6712f2ad
commit 513d8fe8ec
2 changed files with 59 additions and 1 deletions

View File

@@ -470,7 +470,7 @@ To look for gaps that might affect a transaction's XRP balance, you can use this
- If you haven't filled the gap by the time you reach a the transaction that created the object (where the account appears as a `CreatedNode` entry instead of a `ModifiedNode` entry), something has gone wrong and there is a bug somewhere.
```js
TODO: code sample of history chaining
{% include '_code-samples/monitor-payments-websocket/chaining.js' %}
```
***TODO: interactive gap detector (maybe you can force it to have gaps by temporarily switching your browser to offline mode?)***