Minor fixes

This commit is contained in:
everoddandeven 2024-11-12 00:52:31 +01:00
parent 3333beec5e
commit 51434182c9
2 changed files with 16 additions and 17 deletions

View file

@ -538,7 +538,6 @@
</div>
<hr class="my-4">
</div>
</div>
</div>

View file

@ -60,7 +60,7 @@ export class DaemonInfo {
}
public get gigaHashRate(): number {
return this.hashRate / 1000;
return this.megaHashRate / 1000;
}
public get coreSynchronized(): boolean {