BitShares Forum

Main => Technical Support => Topic started by: monsterer on December 16, 2014, 09:43:10 pm

Title: wallet_asset_transfer 0.1 BTS <from_account> <to_account> actually sends 1.0 BTS
Post by: monsterer on December 16, 2014, 09:43:10 pm
Code: [Select]
wallet_transfer 0.1 BTS pay.monsterer monsterer

{
  "index": 0,
  "record_id": "21d584ced7419c44ff9260236f68f461ff0c6302",
  "block_num": 0,
  "is_virtual": false,
  "is_confirmed": false,
  "is_market": false,
  "trx": {
    "expiration": "2014-12-16T22:45:05",
    "delegate_slate_id": null,
    "operations": [{
        "type": "deposit_op_type",
        "data": {
          "amount": 100000,

This is in v0.4.26.
Title: Re: wallet_asset_transfer 0.1 BTS <from_account> <to_account> actually sends 1.0 BTS
Post by: vikram on December 16, 2014, 11:06:53 pm
Thanks for the report.

This will be fixed in the next release: https://github.com/BitShares/bitshares/issues/1143

This bug only affected powers of 10 less than 1, and would round them up to the next power of ten.