cpacia / BitcoinCash-Wallet

Bitcoin Cash P2P SPV Wallet
MIT License
73 stars 27 forks source link

Blocks and confirms are at 0 #30

Open akshaynexus opened 5 years ago

akshaynexus commented 5 years ago

On getting json data from transactions,this is how it looks atm

[
    {
        "txid": "5b888a7f1027680cc79860487c52f11c18f20dab9263d45018ff141688aa3c3a",
        "value": 67906,
        "status": "UNCONFIRMED",
        "timestamp": "2019-09-03T00:58:36+03:00",
        "confirmations": 0,
        "height": 0,
        "watchOnly": false
    },
    {
        "txid": "d7c0969703a4b4a81c0b378cc97299a4906babdeba859f94d7cd733a56cba415",
        "value": -18140,
        "status": "UNCONFIRMED",
        "timestamp": "2019-09-03T01:03:53+03:00",
        "confirmations": 0,
        "height": 0,
        "watchOnly": false
    }
]

Is this a bug or is this intended?