Changed `walletpassphrase` behavior breaks some setups #3672

issue laanwj opened this issue on February 14, 2014
  1. laanwj commented at 11:03 AM on February 14, 2014: member

    I've had a report from a bitcoin trading site that upgrading to master caused problems with their current setup.

    The 0.8 behavior of walletpassphrase is:

    > walletpassphrase 1000
    walletunlocktime = now + 1000
    > walletpassphrase 10
    Error: Wallet is already unlocked (old unlock time stays)
    

    The current behavior of walletpassphrase is:

    > walletpassphrase 1000
    walletunlocktime = now + 1000
    > walletpassphrase 10
    walletunlocktime = now + 10 (overriding the old unlock time)
    

    This is likely just a matter of documenting it in the release notes and RPC documentation so that developers can update their code before upgrading.

  2. laanwj added the label Docs and Output on Feb 14, 2014
  3. laanwj added the label Priority High on Feb 14, 2014
  4. laanwj added the label Wallet on Feb 14, 2014
  5. laanwj added this to the milestone 0.9.0 on Feb 14, 2014
  6. laanwj referenced this in commit 6c73ca85cd on Feb 16, 2014
  7. laanwj referenced this in commit 6c0db81c09 on Feb 16, 2014
  8. laanwj commented at 10:50 AM on February 17, 2014: member

    See #3679

  9. laanwj closed this on Feb 17, 2014

  10. MathyV referenced this in commit 4009a9eb2c on Sep 11, 2014
  11. MarcoFalke locked this on Sep 8, 2021

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-04-13 15:16 UTC

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