mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-12 00:26:03 +01:00
Because of the MAX_ARG_STRLEN limit (128kb on most systems) for args, these would usually fail. As a workaround, use -stdin for these large calls. Idea by 0xB10C. Co-authored-by: Ryan Ofsky <ryan@ofsky.org>