diff --git a/chia/full_node/full_node.py b/chia/full_node/full_node.py index b372d011e8..b7d245ab6d 100644 --- a/chia/full_node/full_node.py +++ b/chia/full_node/full_node.py @@ -1298,7 +1298,7 @@ class FullNode: new_tx = full_node_protocol.NewTransaction( spend_name, mempool_item.cost, - uint64(bundle.fees()), + fees, ) msg = make_msg(ProtocolMessageTypes.new_transaction, new_tx) await self.server.send_to_all([msg], NodeType.FULL_NODE)