emarkproject / eMark

https://deutsche-emark.org
MIT License
24 stars 36 forks source link

RPC sendtoaddress method does not accept the last parameter #81

Closed validierungcc closed 1 year ago

validierungcc commented 1 year ago

"sendtoaddress" has the following definition according to the help: sendtoaddress <eMarkAddress> <amount> [comment] [comment-to] [tx-comment]

Actual behavior: However, it will only accept 4 parameters, making it impossible to set a tx-comment.

Expected behavior: Accepting 5 parameters and being able to set a tx-comment.

MrLawrence commented 1 year ago

merged fix