Skip to content

Commit

Permalink
Move Add rem to INFO log level, update GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Apr 19, 2021
1 parent f18eba5 commit 1c62b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chia/full_node/full_node_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ async def declare_proof_of_space(
spend_bundle = mempool_bundle[0]
additions = mempool_bundle[1]
removals = mempool_bundle[2]
self.full_node.log.warning(f"Add rem: {len(additions)} {len(removals)}")
self.full_node.log.info(f"Add rem: {len(additions)} {len(removals)}")
aggregate_signature = spend_bundle.aggregated_signature
if self.full_node.full_node_store.previous_generator is not None:
self.log.info(
Expand Down

0 comments on commit 1c62b1e

Please sign in to comment.