Bump platform and requisition throughput on successful trades

This commit is contained in:
2023-03-20 13:54:56 +00:00
parent 9627fb7d41
commit 04f5595a86
10 changed files with 139 additions and 28 deletions

View File

@@ -13,6 +13,7 @@
<th>id</th>
<th>aggregator</th>
<th>payees</th>
<th>throughput</th>
</thead>
{% for item in requisitions %}
<tr>
@@ -23,6 +24,7 @@
{{ payee.name }}{% if not forloop.last %}, {% endif %}
{% endfor %}
</td>
<td>{{ item.throughput }}</td>
</tr>
{% endfor %}
</table>