Make Block Weight Unit configurable in frontend+backend.
This commit is contained in:
@@ -64,7 +64,7 @@ export class FooterComponent implements OnInit {
|
||||
|
||||
return {
|
||||
size: size,
|
||||
blocks: Math.ceil(vsize / 1000000)
|
||||
blocks: Math.ceil(vsize / this.stateService.blockVSize)
|
||||
};
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user