doc: use overwrite (>) instead of append (>>) for one-shot PSBT files in offline-signing-tutorial.md #35890

pull GuTS805 wants to merge 1 commits into bitcoin:master from GuTS805:fix-offline-signing-tutorial-append changing 1 files +2 −2
  1. GuTS805 commented at 3:13 AM on August 5, 2026: none

    funded_psbt.txt and final_psbt.txt are each expected to hold exactly one PSBT/hex string, consumed via unquoted $(cat ...) in every later step. Using append (>>) instead of overwrite (>) means re-running the send or walletprocesspsbt step without deleting the output file first appends a second line, which $(cat ...) then word-splits into two arguments, causing decodepsbt/analyzepsbt/walletprocesspsbt/sendrawtransaction to reject the call with too many arguments.

    Fixes #35862.

  2. doc: use overwrite (>) instead of append (>>) for one-shot PSBT files in offline-signing-tutorial.md
    funded_psbt.txt and final_psbt.txt are each expected to hold exactly one
    PSBT/hex string, consumed via unquoted $(cat ...) in every later step. Using
    append (>>) instead of overwrite (>) means re-running the send or
    walletprocesspsbt step without deleting the output file first appends a
    second line, which $(cat ...) then word-splits into two arguments, causing
    decodepsbt/analyzepsbt/walletprocesspsbt/sendrawtransaction to reject the
    call with too many arguments.
    
    Fixes #35862.
    be30864ed1
  3. DrahtBot added the label Docs on Aug 5, 2026
  4. DrahtBot commented at 3:13 AM on August 5, 2026: contributor

    <!--e57a25ab6845829454e8d69fc972939a-->

    The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

    <!--006a51241073e994b41acfe9ec718e94-->

    Code Coverage & Benchmarks

    For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/35890.

    <!--021abf342d371248e50ceaed478a90ca-->

    Reviews

    See the guideline and AI policy for information on the review process. A summary of reviews will appear here.

    <!--5faf32d7da4f0f540f40219e4f7537a3-->

  5. maflcko added the label Wallet on Aug 5, 2026

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-08-10 11:50 UTC

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