Remove outdated TODO comments
This commit is contained in:
parent
175c998915
commit
aed8f6637c
|
@ -68,7 +68,7 @@ func SubmitVAA(ctx context.Context, rpcURL string, vaa *vaa.VAA) (*types.Transac
|
||||||
panic(err)
|
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)
|
tx, err := bridge.SubmitVAA(opts, b)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
@ -45,7 +45,6 @@ func Run(obsvC chan *gossipv1.LockupObservation,
|
||||||
// Multiple listen addresses
|
// Multiple listen addresses
|
||||||
libp2p.ListenAddrStrings(
|
libp2p.ListenAddrStrings(
|
||||||
// Listen on QUIC only.
|
// 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
|
// https://github.com/libp2p/go-libp2p/issues/688
|
||||||
fmt.Sprintf("/ip4/0.0.0.0/udp/%d/quic", port),
|
fmt.Sprintf("/ip4/0.0.0.0/udp/%d/quic", port),
|
||||||
fmt.Sprintf("/ip6/::/udp/%d/quic", port),
|
fmt.Sprintf("/ip6/::/udp/%d/quic", port),
|
||||||
|
|
Loading…
Reference in New Issue