mirror of
https://github.com/filecoin-project/lotus.git
synced 2025-08-24 17:31:42 +08:00
Cleanup
This commit is contained in:
@ -4,9 +4,10 @@ import pathlib
|
||||
|
||||
snapshot_data = json.load(sys.stdin)
|
||||
|
||||
# XXX: parameterize to use block count as value instead of byte size
|
||||
# XXX: parameterize on different types of px chart types
|
||||
# XXX: parameterize on output port so we can serve this from infra
|
||||
# Possible extensions:
|
||||
# 1. parameterize to use block count as value instead of byte size
|
||||
# 2. parameterize on different types of px chart types
|
||||
# 3. parameterize on output port so we can serve this from infra
|
||||
|
||||
parents = []
|
||||
names = []
|
||||
|
Reference in New Issue
Block a user