Small fixes to stale argument metadata and help text in the wallet RPCs, in three focused commits:
5fcbbf8— listtransactions: the "Negative from" error references the skip argument by its old name9aa8977— listsinceblock: name the failing argument when target_confirmations < 1 instead of a bare "Invalid parameter"f214b2c— sendmany: the help examples pass values in the ignored minconf position; describe what the example actually sets and pass null for the placeholder
Required test updates ride in each commit. (Two earlier commits touching deprecated arguments were dropped per maflcko's review: either that deprecated argument gets a proper removal cycle later, or it isn't worth touching.)