Forward transactions as packets instead of blobs (#5334)

* Forward transactions as packets instead of blobs

* clippy
This commit is contained in:
Pankaj Garg
2019-07-30 14:50:02 -07:00
committed by GitHub
parent 8d243221f0
commit a7a10e12c7
8 changed files with 46 additions and 200 deletions

View File

@@ -267,7 +267,7 @@ impl Validator {
&poh_recorder,
entry_receiver,
node.sockets.tpu,
node.sockets.tpu_via_blobs,
node.sockets.tpu_forwards,
node.sockets.broadcast,
config.sigverify_disabled,
&blocktree,