silicoin-network / silicoin-blockchain

Silicoin blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
79 stars 28 forks source link

Features/more logging and send from fix #197

Closed 13thProgression closed 2 years ago

13thProgression commented 2 years ago

Modified the send_from command to take a mandatory -n parameter representing the number of coins to transfer out. Note: this is number of coins, where each coin could have a different and unique value. This gets by the issue with attempting to unstake everything all at once when you have a ton of coins in your stake. It does not let you specify the value of sit to unstake.