staticaddr: channel funding with deposits #2105
main.yml
on: pull_request
RPC compilation check
1m 37s
go mod check
9m 56s
build and lint code
4m 52s
run unit tests
8m 35s
Annotations
4 errors
build and lint code
Process completed with exit code 2.
|
build and lint code:
staticaddr/deposit/manager_test.go#L330
cannot use mockStaticAddressClient (variable of type *mockStaticAddressClient) as swapserverrpc.StaticAddressServerClient value in struct literal: *mockStaticAddressClient does not implement swapserverrpc.StaticAddressServerClient (missing method SignOpenChannelPsbt) (typecheck)
|
run unit tests
Process completed with exit code 2.
|
run unit tests:
staticaddr/deposit/manager_test.go#L330
cannot use mockStaticAddressClient (variable of type *mockStaticAddressClient) as swapserverrpc.StaticAddressServerClient value in struct literal: *mockStaticAddressClient does not implement swapserverrpc.StaticAddressServerClient (missing method SignOpenChannelPsbt)
|