mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 11:39:25 +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>
|
||||
|
||||
<hr class="my-4">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -60,7 +60,7 @@ export class DaemonInfo {
|
|||
}
|
||||
|
||||
public get gigaHashRate(): number {
|
||||
return this.hashRate / 1000;
|
||||
return this.megaHashRate / 1000;
|
||||
}
|
||||
|
||||
public get coreSynchronized(): boolean {
|
||||
|
|
Loading…
Reference in a new issue