diff --git a/chia-blockchain-gui b/chia-blockchain-gui index 9b0231723a83..5b3fec72281e 160000 --- a/chia-blockchain-gui +++ b/chia-blockchain-gui @@ -1 +1 @@ -Subproject commit 9b0231723a835c07c3a7f168e2ec0c18aae85382 +Subproject commit 5b3fec72281e2d7a31c60a54b2e418dab84063ec diff --git a/chia/full_node/full_node_api.py b/chia/full_node/full_node_api.py index cf8474997326..09e5d476cda7 100644 --- a/chia/full_node/full_node_api.py +++ b/chia/full_node/full_node_api.py @@ -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(