mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2025-01-03 09:29:36 +00:00
Minor fixes
This commit is contained in:
parent
3333beec5e
commit
51434182c9
2 changed files with 16 additions and 17 deletions
|
@ -538,7 +538,6 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="my-4">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -60,7 +60,7 @@ export class DaemonInfo {
|
||||||
}
|
}
|
||||||
|
|
||||||
public get gigaHashRate(): number {
|
public get gigaHashRate(): number {
|
||||||
return this.hashRate / 1000;
|
return this.megaHashRate / 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
public get coreSynchronized(): boolean {
|
public get coreSynchronized(): boolean {
|
||||||
|
|
Loading…
Reference in a new issue