Remove outdated TODO comments

This commit is contained in:
Leo 2020-11-13 11:44:09 +01:00
parent 175c998915
commit aed8f6637c
2 changed files with 1 additions and 2 deletions

View File

@ -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 {

View File

@ -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),