improve params description in wallet_rpc doc for get_transfers
For get_transfers
, the boolean parameters in
, out
, pending
, failed
and pool
can be annoying in that if you don't specify any (hoping to get all transactions for all categories), you actually get nothing.
Better to specify they default to false.