We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3f3199 + a0850f7 commit 2ed9e5bCopy full SHA for 2ed9e5b
.github/actions/lit-setup/action.yml
@@ -20,6 +20,7 @@ runs:
20
run: |
21
go mod edit -replace=github.com/lightninglabs/loop=../
22
go mod edit -replace=github.com/lightninglabs/loop/looprpc=../looprpc
23
+ go mod edit -replace=github.com/lightninglabs/loop/swapserverrpc=../swapserverrpc
24
go mod tidy
25
shell: bash
26
0 commit comments