Fix address tracking issues.

This commit is contained in:
softsimon
2020-05-20 17:00:50 +07:00
parent 30d2c5de27
commit 7e07e2cd8a
7 changed files with 29 additions and 27 deletions

View File

@@ -67,7 +67,7 @@
<br><br>
<span class="text-small">
Push transactions related to address: <span class="code">{{ '{' }} 'track-address': '3PbJ...bF9B' {{ '}' }}</span>
to receive all new transactions containing that address as input or output. Returns an array of transactions. 'address-transactions' for new mempool transactions and 'address-block-transactions' for new block confirmed transactions.
to receive all new transactions containing that address as input or output. Returns an array of transactions. 'address-transactions' for new mempool transactions and 'block-transactions' for new block confirmed transactions.
</span>
</td>
</tr>