Skip to content

Commit

Permalink
Remove redundant field in platformVM/network's Network (#3571)
Browse files Browse the repository at this point in the history
Signed-off-by: Yacov Manevich <[email protected]>
  • Loading branch information
yacovm authored Nov 26, 2024
1 parent 3ec1ea2 commit 94be34a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vms/platformvm/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ type Network struct {
*p2p.Network

log logging.Logger
txVerifier TxVerifier
mempool *gossipMempool
partialSyncPrimaryNetwork bool
appSender common.AppSender
Expand Down Expand Up @@ -178,7 +177,6 @@ func New(
return &Network{
Network: p2pNetwork,
log: log,
txVerifier: txVerifier,
mempool: gossipMempool,
partialSyncPrimaryNetwork: partialSyncPrimaryNetwork,
appSender: appSender,
Expand Down

0 comments on commit 94be34a

Please sign in to comment.