gomod: update lnd v0.19.2-beta #2312
main.yml
on: pull_request
RPC compilation check
1m 33s
go mod check
9m 51s
build and lint code
7m 2s
run unit tests
8m 28s
Annotations
4 errors
|
build and lint code
Process completed with exit code 2.
|
|
build and lint code:
staticaddr/deposit/manager_test.go#L334
cannot use mockChainNotifier (variable of type *MockChainNotifier) as lndclient.ChainNotifierClient value in struct literal: *MockChainNotifier does not implement lndclient.ChainNotifierClient (wrong type for method RegisterSpendNtfn)
|
|
run unit tests
Process completed with exit code 2.
|
|
run unit tests:
staticaddr/deposit/manager_test.go#L334
cannot use mockChainNotifier (variable of type *MockChainNotifier) as lndclient.ChainNotifierClient value in struct literal: *MockChainNotifier does not implement lndclient.ChainNotifierClient (wrong type for method RegisterSpendNtfn)
|