Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI says that generated coins have "0/offline" confirmation status, even when they are received by other nodes and confirmed. #14

Open
CryptAxe opened this issue Nov 20, 2018 · 1 comment
Labels
GUI An issue with user experience / GUI Mainchain This is a bug that specifically effects the mainchain code

Comments

@CryptAxe
Copy link
Contributor

No description provided.

@CryptAxe CryptAxe added Mainchain This is a bug that specifically effects the mainchain code GUI An issue with user experience / GUI labels Nov 20, 2018
@CryptAxe
Copy link
Contributor Author

Here is what the GUI displays:

zeroofflien

However, other nodes have indeed received the block / coinbase txn and see it as confirmed...
Here is the result of getblock called on the block including the coinbase output which the above screenshot shows as 0/offline

11:47:17

getblock 1e50814a4cd9fa050bece445781d050b12f29edb324e975848d890e184bbdd29


11:47:17

{
  "hash": "1e50814a4cd9fa050bece445781d050b12f29edb324e975848d890e184bbdd29",
  "confirmations": 163,
  "strippedsize": 487,
  "size": 523,
  "weight": 1984,
  "height": 7480,
  "version": 536870912,
  "versionHex": "20000000",
  "merkleroot": "c5e63903ee987245303211de27df9aa930ec79546d487b683c1d297034d95d8a",
  "tx": [
    "9ab9143f8ec9b9439cded661cf629ff86b7226ea2075054c269cbb7da04556c6",
    "51fb05d6eacd7e06baff3f940c552c3fa86765fbebfae1bfeb3afe0c4289c88d"
  ],
  "time": 1542649690,
  "mediantime": 1542646422,
  "nonce": 156837031,
  "bits": "1d01b821",
  "difficulty": 0.5816389019552155,
  "chainwork": "000000000000000000000000000000000000000000000000000004fa808e8b44",
  "previousblockhash": "8694582899744ec78c989c2f1ea3fd1df46695abe47e7335ce38017aa4313857",
  "nextblockhash": "011e3cbfdd852d8cfe3fc7244c7d3bb429b74eeb450de3c30ef9f5b1089a0100"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI An issue with user experience / GUI Mainchain This is a bug that specifically effects the mainchain code
Projects
None yet
Development

No branches or pull requests

1 participant