Skip to content

Commit

Permalink
chore: release v0.14.1 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen authored Dec 21, 2024
1 parent a69c053 commit f57fbdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Unreleased

## v0.14.1

* [#240](https://github.com/babylonlabs-io/finality-provider/pull/240) fix removed printf in cmd command

## v0.14.0

### Improvements
Expand Down
4 changes: 2 additions & 2 deletions eotsmanager/cmd/eotsd/daemon/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import (
"bytes"
"encoding/json"
"fmt"
"github.com/btcsuite/btcd/btcec/v2/schnorr"
"io"

"github.com/btcsuite/btcd/btcec/v2/schnorr"

"github.com/babylonlabs-io/babylon/types"
"github.com/babylonlabs-io/finality-provider/eotsmanager"
"github.com/babylonlabs-io/finality-provider/eotsmanager/config"
Expand Down Expand Up @@ -121,7 +122,6 @@ func saveKeyNameMapping(cmd *cobra.Command, keyName string) (*types.BIP340PubKey
return nil, fmt.Errorf("failed to save key name mapping: %w", err)
}

cmd.Printf("Successfully wrote key name %s to mapping", keyName)
return eotsPk, nil
}

Expand Down

0 comments on commit f57fbdd

Please sign in to comment.