We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cddb143 commit 7407212Copy full SHA for 7407212
pkg/tbtc/registry.go
@@ -238,8 +238,8 @@ func (ws *walletStorage) saveSigner(signer *signer) error {
238
239
// archiveWallet archives the given wallet data in the underlying persistence
240
// layer of the walletStorage.
241
-func (ws *walletStorage) archiveWallet(walletStoragePath string) error {
242
- err := ws.persistence.Archive(walletStoragePath)
+func (ws *walletStorage) archiveWallet(walletStorageKey string) error {
+ err := ws.persistence.Archive(walletStorageKey)
243
if err != nil {
244
return fmt.Errorf(
245
"could not archive wallet storage using the "+
0 commit comments