harvester: Tweak get_plots RPC (#11246)

This commit is contained in:
dustinface 2022-04-22 01:58:35 +02:00 committed by GitHub
parent aaf3fbc160
commit 2f477bb937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,13 +118,12 @@ class Harvester:
{
"filename": str(path),
"size": prover.get_size(),
"plot-seed": prover.get_id(), # Deprecated
"plot_id": prover.get_id(),
"pool_public_key": plot_info.pool_public_key,
"pool_contract_puzzle_hash": plot_info.pool_contract_puzzle_hash,
"plot_public_key": plot_info.plot_public_key,
"file_size": plot_info.file_size,
"time_modified": plot_info.time_modified,
"time_modified": int(plot_info.time_modified),
}
)
self.log.debug(