Skip to content

Commit ba22165

Browse files
committed
Apply set_transaction fix
1 parent 607e75c commit ba22165

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/app/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def route_wallet_transact():
6868
)
6969

7070
pubsub.broadcast_transaction(transaction)
71+
transaction_pool.set_transaction(transaction)
7172

7273
return jsonify(transaction.to_json())
7374

0 commit comments

Comments
 (0)