generated from nathanwoodburn/python-webserver-template
feat: Add link for payout txs
This commit is contained in:
@@ -420,7 +420,7 @@ def pool_miner():
|
||||
return jsonify(
|
||||
{
|
||||
"address": address,
|
||||
"updated_at": datetime.utcnow().isoformat() + "Z",
|
||||
"updated_at": datetime.now(UTC).isoformat(),
|
||||
"summary": {
|
||||
"matching_workers": len(matching_workers),
|
||||
"hashrate": total_hashrate,
|
||||
@@ -460,4 +460,4 @@ def not_found(e):
|
||||
|
||||
# endregion
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=True, port=5000, host="0.0.0.0")
|
||||
app.run(debug=True, port=5000, host="127.0.0.1")
|
||||
|
||||
Reference in New Issue
Block a user