Dear bitcoin developers,
is there a way to disable the 'input' check for the signrawtransaction command?
I'm using many multisig based transactions, for some multisig verification process, it would be nice to disable the internal check of signrawtransaction, so I can make sure users are able to sign transactions with their provided public key, without spending satoshis (to create a valid input for a transaction, the user should sign).
Including a switch to disable the check would be fine for offline signing too I think.
Problem described already here: bitcointalk development section