freicoin / freicoin-old

Bitcoin integration/staging tree
http://www.bitcoin.org
MIT License
26 stars 8 forks source link

sendtoadddress not sending sub-COIN amounts #79

Closed maaku closed 11 years ago

maaku commented 11 years ago
buildbot:~ mark$ ./freicoind getbalance
269.85573109+2152801032388968416820138762226899/10384593717069655257060992658440192
buildbot:~ mark$ ./freicoind sendtoaddress 1EAVmpaepYm4a8D7daavYY4LBn2Cp3KxdF 1.9
d8e2ce7fa73f01ba148b3baccd333518a349ce1994b0524f95d968b6c959a9cb
buildbot:~ mark$ ./freicoind gettransaction d8e2ce7fa73f01ba148b3baccd333518a349ce1994b0524f95d968b6c959a9cb
{
    "amount" : "-2.00000000",
    "fee" : "-0.00000000-356228946977123055192082052723417/1298074214633706907132624082305024",
    "confirmations" : 0,
    "txid" : "d8e2ce7fa73f01ba148b3baccd333518a349ce1994b0524f95d968b6c959a9cb",
    "time" : 1356711710,
    "timereceived" : 1356711710,
    "refheight" : 11973,
    "details" : [
        {
            "account" : "",
            "address" : "1EAVmpaepYm4a8D7daavYY4LBn2Cp3KxdF",
            "category" : "send",
            "amount" : "-2.00000000",
            "fee" : "-0.00000000-356228946977123055192082052723417/1298074214633706907132624082305024",
            "refheight" : 11973
        }
    ]
}
maaku commented 11 years ago

This is fixed in v0.0.1-3.