Skip to content

Commit

Permalink
Add message for deleting mirror in delete command
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Aug 6, 2024
1 parent 7a9f13e commit d464284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/datalayer/deletemirrors.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ var deleteMirrorsCmd = &cobra.Command{
}

for _, coinID := range ownedMirrors {
slogs.Logr.Info("deleting mirror", "store", subscription, "mirror", coinID.String())
resp, _, err := client.DataLayerService.DeleteMirror(&rpc.DatalayerDeleteMirrorOptions{
CoinID: coinID.String(),
Fee: feeMojos,
Expand Down

0 comments on commit d464284

Please sign in to comment.