Hi, could you please help on this?
Im trying to add a simple comment to a sendfrom method using multichain-node.
ie: const tx = await multi.sendfrom(from, to amount, comment);
The comment is a simple string : 'Server share';
I use the same format as with BTC Core, which accept it.
But I keep getting this with multichain:
Error: value is type str, expected real
Please advice.
Matt