staticaddr: ignoreUnknown flag for DepositsForOutpoints #2572
Triggered via pull request
September 26, 2025 09:16
Status
Failure
Total duration
9m 48s
Artifacts
–
main.yml
on: pull_request
RPC compilation check
1m 30s
go mod check
9m 42s
build and lint code
5m 1s
run unit tests
9m 4s
Annotations
6 errors
|
build and lint code
Process completed with exit code 2.
|
|
build and lint code:
staticaddr/loopin/manager_test.go#L486
cannot use mdm (variable of type *mockDepositManager) as DepositManager value in assignment: *mockDepositManager does not implement DepositManager (wrong type for method DepositsForOutpoints)
|
|
build and lint code:
staticaddr/loopin/manager_test.go#L330
cannot use &mockDepositManager{…} (value of type *mockDepositManager) as DepositManager value in struct literal: *mockDepositManager does not implement DepositManager (wrong type for method DepositsForOutpoints)
|
|
run unit tests
Process completed with exit code 2.
|
|
run unit tests:
staticaddr/loopin/manager_test.go#L486
cannot use mdm (variable of type *mockDepositManager) as DepositManager value in assignment: *mockDepositManager does not implement DepositManager (wrong type for method DepositsForOutpoints)
|
|
run unit tests:
staticaddr/loopin/manager_test.go#L330
cannot use &mockDepositManager{…} (value of type *mockDepositManager) as DepositManager value in struct literal: *mockDepositManager does not implement DepositManager (wrong type for method DepositsForOutpoints)
|