wallet tool silently ignores trailing options #20902

issue MarcoFalke opened this issue on January 11, 2021
  1. MarcoFalke commented at 2:09 PM on January 11, 2021: member

    Steps to reproduce:

    $ ./src/bitcoin-wallet -datadir=/tmp  info  -wallet=asdf
    Wallet info
    ===========
    Name: 
    Format: bdb
    Descriptors: no
    Encrypted: no
    HD (hd seed available): yes
    Keypool Size: 2000
    Transactions: 0
    Address Book: 0
    

    (See the mismatching wallet name!)

    Compare to:

    $ ./src/bitcoin-wallet -datadir=/tmp  -wallet=asdf info
    Wallet info
    ===========
    Name: asdf
    Format: bdb
    Descriptors: no
    Encrypted: no
    HD (hd seed available): yes
    Keypool Size: 2000
    Transactions: 0
    Address Book: 0
    
  2. MarcoFalke added the label Bug on Jan 11, 2021
  3. MarcoFalke added the label Wallet on Jan 11, 2021
  4. MarcoFalke added the label Scripts and tools on Jan 11, 2021
  5. MarcoFalke commented at 2:10 PM on January 11, 2021: member

    Fixed in #20715

  6. fanquake deleted a comment on Jan 19, 2021
  7. MarcoFalke closed this on Feb 4, 2021

  8. DrahtBot locked this on Aug 18, 2022

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-02 21:14 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me