The help text would say
List transactions 100 to 120
> bitcoin-cli listtransactions "*" 20 100
which was wrong as the ordering of the arguments is label, count, skip.
This fixes the help message
The help text would say
List transactions 100 to 120
> bitcoin-cli listtransactions "*" 20 100
which was wrong as the ordering of the arguments is label, count, skip.
This fixes the help message
nevermind i misread