Skip to content

Commit

Permalink
Fix a typo in the deleteacc command
Browse files Browse the repository at this point in the history
  • Loading branch information
plaprade committed Nov 10, 2023
1 parent dcd6070 commit 578f9cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions haskoin-wallet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 2ec0da93b80b2107f12d7fb8b7665dbb95d3f5c0943c10e5271cc9376342487a
-- hash: a740966736af81dba04cbeb2071335a6e9ac2054f768d72ccf679b7eaaf11777

name: haskoin-wallet
version: 0.9.1
version: 0.9.2
synopsis: Lightweight command-line wallet for Bitcoin and Bitcoin Cash
description: haskoin-wallet (hw) is a lightweight Bitcoin wallet using BIP39 mnemonics and
BIP44 account structure. It requires a full blockchain index such as
Expand Down Expand Up @@ -117,7 +117,7 @@ executable hw
, haskeline >=0.7.5.0
, haskoin-core >=1.0.4
, haskoin-store-data >=1.2.2
, haskoin-wallet ==0.9.1
, haskoin-wallet ==0.9.2
, http-types >=0.12.3
, lens >=4.18.1
, lens-aeson >=1.1
Expand Down Expand Up @@ -177,7 +177,7 @@ test-suite spec
, haskeline >=0.7.5.0
, haskoin-core >=1.0.4
, haskoin-store-data >=1.2.2
, haskoin-wallet ==0.9.1
, haskoin-wallet ==0.9.2
, hspec >=2.7.1
, http-types >=0.12.3
, lens >=4.18.1
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: haskoin-wallet
version: &version 0.9.1
version: &version 0.9.2
synopsis: Lightweight command-line wallet for Bitcoin and Bitcoin Cash
description: !
haskoin-wallet (hw) is a lightweight Bitcoin wallet using BIP39 mnemonics and
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Wallet/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ deleteAccParser = do
<*> networkArg
<*> fullDerivationOption
info cmd $
progDescDoc (offline "Create a new account")
progDesc ("Delete an account")
<> footer
[r|
Delete an account from the wallet. You must specify the name, the network and
Expand Down

0 comments on commit 578f9cf

Please sign in to comment.