Pink2Dev / Pink2

Pinkcoin 2 Qt wallet and daemon
https://getstarted.with.pink/
MIT License
29 stars 22 forks source link

Fix sendfrom RPC command #35

Open metaspartan opened 4 years ago

metaspartan commented 4 years ago

Fixed your sendfrom RPC command so that it does not interfere with other applications utilizing RPC.

aistrych commented 4 years ago

Oh, thanks, I will look at it later today!

aistrych commented 4 years ago

@carsenk Hi! So basically you have switched note and comment params and moved wallet unlock check at the beginning of RPC. I'm not using RPC extensively (in fact I'm not using it at all recently) so I'm not sure what was the main issue with previous version? Can you elaborate on that (I would like to know how it was interfering with other applications)?