Updated UI_ACTUAL_SPACE_CONSTANT_FACTOR to 0.78 (#15771)

This commit is contained in:
Izumi Hoshino 2023-07-15 12:27:04 +09:00 committed by GitHub
parent be847b6dff
commit e1b17c61de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ from chia.util.ints import uint64
# The actual space in bytes of a plot, is _expected_plot_size(k) * UI_ACTUAL_SPACE_CONSTANT_FACTO
# This is not used in consensus, only for display purposes
UI_ACTUAL_SPACE_CONSTANT_FACTOR = 0.762
UI_ACTUAL_SPACE_CONSTANT_FACTOR = 0.78
def _expected_plot_size(k: int) -> uint64: