It seems people keep wanting/needing this functionality.
Works like getrawtransaction, but defaults to 1 (unlike getrawtransaction) for backward compatibility.
It seems people keep wanting/needing this functionality.
Works like getrawtransaction, but defaults to 1 (unlike getrawtransaction) for backward compatibility.
tested, ack.
Looks pretty good. Please use bool for boolean choices (example: gettxout). ACK if that is fixed.
Be consistent with gettxout, and use a boolean/get_bool()... :)
Done
ACK