Skip to content

Fix/peer reconnect

Fix/peer reconnect #2

Triggered via pull request October 26, 2023 13:34
Status Failure
Total duration 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

go.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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.