@@ -171,4 +171,11 @@ def bids(bids,reveals):
else:
html += "<td>Unknown</td>"
html += "</tr>"
return html
def wallets(wallets):
html = ''
for wallet in wallets:
html += f'<option value="{wallet}">{wallet}</option>'
The note is not visible to the blocked user.