Fix/peer reconnect #2
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 errors
build:
examples/simple/main.go#L27
cannot use logger (variable of type *slog.Logger) as string value in argument to p2p.NewPeer
|
build:
examples/simple/main.go#L27
cannot use "localhost:58333" (constant of type string) as p2p.PeerHandlerI value in argument to p2p.NewPeer: string does not implement p2p.PeerHandlerI (missing method HandleBlock)
|
build:
examples/simple/main.go#L27
cannot use peerHandler (variable of type *SimplePeerHandler) as wire.BitcoinNet value in argument to p2p.NewPeer
|
build:
examples/simple/main.go#L27
cannot use network (variable of type wire.BitcoinNet) as p2p.PeerOptions value in argument to p2p.NewPeer
|
build
Process completed with exit code 1.
|