Multibit-Legacy / multibit

Deprecated Bitcoin Wallet
https://multibit.org
MIT License
456 stars 393 forks source link

Spend wallet Issue #268

Closed sparter closed 10 years ago

sparter commented 10 years ago

Hello i have exchanged perfect money to my bitcoin i can see the available Ballance 0.13596 BTC ($19.21) in my bitcoin wallet but anytime i try sending money it tell me

There are not enough funds in this wallet to send 14 BTC ($1,978.37) . Note that you can only spend confirmed transactions. Remember that the sender pays a fee.

Please help me out

jim618 commented 10 years ago

This could be the decimal separator character. This is '.' (period) or ',' (comma) depending on your language setting.

For instance, in English if you want to send 14 milli BTC in the send amount bitcoin field you type:

0.014 (zero point zero one four)

however in, say, French or German, you type:

0,014 (zero comma zero one four)

sparter commented 10 years ago

Thank you very much for helping me out i am very much grateful it worked and i am very happy to understand this i will be using this for long thank you

On Saturday, October 12, 2013 10:28 AM, Jim Burton notifications@github.com wrote:

This could be the decimal separator character. This is '.' (period) or ',' (comma) depending on your language setting. For instance, in English if you want to send 14 milli BTC in the send amount bitcoin field you type: 0.014 (zero point zero one four) however in, say, French or German, you type: 0,014 (zero comma zero one four) — Reply to this email directly or view it on GitHub.