mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
o The sign_for RPC command automatically fills in an empty "SigningPubKey" field if the field is missing. o The sign_for command returns the Signers list inside the tx_json. This re-establishes symmetry with the submit_multisigned command. It also means the returned tx_blob might be useful, since it contains the multisignature. o The sign_for command also now allows the inclusion of a Signers array field in the input tx_json. If a Signers array is present, the new signature is incorporated into the passed array. This supports a model where multisignatures are accumulated serially. o Syntax hints are improved.