Merge pull request #1061 from ViktorT-11/2025-12-replace-litd-swapserverrpc-dep

workflow: replace `swapserverrpc` in `lit-setup`
This commit is contained in:
Slyghtning 2025-12-17 08:42:29 +01:00 committed by GitHub
commit 2ed9e5bde6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,7 @@ runs:
run: |
go mod edit -replace=github.com/lightninglabs/loop=../
go mod edit -replace=github.com/lightninglabs/loop/looprpc=../looprpc
go mod edit -replace=github.com/lightninglabs/loop/swapserverrpc=../swapserverrpc
go mod tidy
shell: bash