Skip to content

Commit

Permalink
Remove outdated TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Nov 13, 2020
1 parent 175c998 commit aed8f66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bridge/pkg/devnet/guardianset_vaa.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func SubmitVAA(ctx context.Context, rpcURL string, vaa *vaa.VAA) (*types.Transac
panic(err)
}

supervisor.Logger(ctx).Info("submitted VAA to Ethereum devnet", zap.Binary("binary", b)) // TODO
supervisor.Logger(ctx).Info("submitted VAA to Ethereum devnet", zap.Binary("binary", b))

tx, err := bridge.SubmitVAA(opts, b)
if err != nil {
Expand Down
1 change: 0 additions & 1 deletion bridge/pkg/p2p/p2p.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func Run(obsvC chan *gossipv1.LockupObservation,
// Multiple listen addresses
libp2p.ListenAddrStrings(
// Listen on QUIC only.
// TODO(leo): is this more or less stable than using both TCP and QUIC transports?
// https://github.com/libp2p/go-libp2p/issues/688
fmt.Sprintf("/ip4/0.0.0.0/udp/%d/quic", port),
fmt.Sprintf("/ip6/::/udp/%d/quic", port),
Expand Down

0 comments on commit aed8f66

Please sign in to comment.