staticaddr: fractional swap amount #1907
main.yml
on: pull_request
RPC compilation check
1m 38s
go mod check
19s
build and lint code
7m 8s
run unit tests
7m 15s
Annotations
4 errors
|
build and lint code:
staticaddr/deposit/manager_test.go#L332
cannot use mockStore (variable of type *mockStore) as Store value in struct literal: *mockStore does not implement Store (missing method DepositForOutpoint) (typecheck)
|
|
build and lint code
Process completed with exit code 2.
|
|
run unit tests:
staticaddr/deposit/manager_test.go#L332
cannot use mockStore (variable of type *mockStore) as Store value in struct literal: *mockStore does not implement Store (missing method DepositForOutpoint)
|
|
run unit tests
Process completed with exit code 2.
|