Fix share time calculator form target in miner page

This commit is contained in:
DataHoarder 2024-02-25 15:17:29 +01:00
parent 7c47f99c4e
commit 6f659653ce
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk

View file

@ -257,7 +257,7 @@ type MinerPage struct {
<hr/>
<div style="text-align: center">
<form action="/miner/{%z= p.Miner.Address.ToBase58() %}" method="get">
<form action="/calculate-share-time" method="get">
<h3>Effort Calculation</h3>
<p>Local hashrate of each P2Pool miner is not known by the network. A guess is calculated based on daily estimation. If you provide a value here, it will be more accurate for effort calculation.</p>
<p>This data will not be saved.</p>