Skip to content

add support for btc wallet #65

add support for btc wallet

add support for btc wallet #65

Triggered via push December 22, 2023 09:17
Status Failure
Total duration 2m 5s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build: dexc/core.go#L41
dc.InitializeClient undefined (type *DEXClient has no field or method InitializeClient) (typecheck)
Build: dexc/core.go#L45
dc.IsInitialized undefined (type *DEXClient has no field or method IsInitialized) (typecheck)
Build: dexc/core.go#L124
dc.Run undefined (type *DEXClient has no field or method Run) (typecheck)
Build: ui/renderers/markdown.go#L106
p.ConvertTextSize undefined (type *MarkdownProvider has no field or method ConvertTextSize) (typecheck)
Build: ui/renderers/markdown.go#L204
p.ConvertTextSize undefined (type *MarkdownProvider has no field or method ConvertTextSize) (typecheck)
Build: ui/renderers/markdown.go#L277
p.ConvertTextSize undefined (type *MarkdownProvider has no field or method ConvertTextSize) (typecheck)
Build: ui/modal/create_password_modal.go#L264
cm.Theme undefined (type *CreatePasswordModal has no field or method Theme) (typecheck)
Build: ui/modal/create_password_modal.go#L310
cm.Theme undefined (type *CreatePasswordModal has no field or method Theme) (typecheck)
Build: ui/modal/create_password_modal.go#L311
cm.IsMobileView undefined (type *CreatePasswordModal has no field or method IsMobileView) (typecheck)
Build: ui/modal/create_password_modal.go#L325
cm.IsMobileView undefined (type *CreatePasswordModal has no field or method IsMobileView) (typecheck)
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/