Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit 39dfcbb

Browse files
authored
Merge pull request #155 from vultisig/154-delete-dca
2 parents 60df06a + 0b2268c commit 39dfcbb

16 files changed

Lines changed: 3 additions & 1709 deletions

File tree

.github/workflows/migration-test.yml

Lines changed: 0 additions & 156 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ localconfig*
1515
worker/worker
1616
vultisigner
1717
cmd/payroll/server/server
18-
cmd/dca/server/server
1918

2019
tmp/
2120
test/vaults/*

api/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func (s *Server) StartServer() error {
111111
}
112112

113113
func (s *Server) Ping(c echo.Context) error {
114-
return c.String(http.StatusOK, "Payroll & DCA Plugin server is running")
114+
return c.String(http.StatusOK, "server is running")
115115
}
116116

117117
// ReshareVault is a handler to reshare a vault

cmd/dca/server/config.go

Lines changed: 0 additions & 53 deletions
This file was deleted.

cmd/dca/server/main.go

Lines changed: 0 additions & 93 deletions
This file was deleted.

cmd/dca/worker/config.go

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)