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

no transaction address in transaction details. and show single transaction only, even if it two. #1

Open
frndxyz opened this issue Apr 14, 2015 · 2 comments

Comments

@frndxyz
Copy link

frndxyz commented Apr 14, 2015

in some other coins i see this when raise command.

gettransaction 4964fd4f376d79f2600b17a7f646b706996b4c8077bd984c4df2a26233e5b587

{
"amount" : 76.00000000,
"confirmations" : 23,
"generated" : true,
"blockhash" : "00000000000229b28fdf354ccd168fed879765252335cee5097add11e35034e9",
"blockindex" : 0,
"blocktime" : 1428989849,
"txid" : "4964fd4f376d79f2600b17a7f646b706996b4c8077bd984c4df2a26233e5b587",
"walletconflicts" : [
],
"time" : 1428989849,
"timereceived" : 1428989877,
"details" : [
{
"account" : "wallet",
"address" : "7G9DPpxzkiZDuA9Ya9bLD84Nithnw8kqcV",
"category" : "generate",
"amount" : 75.24000000
},
{
"account" : "rewards",
"address" : "7GzzYdPesKHggTx4Gh5fjudEXhzdJNxNh1",
"category" : "generate",
"amount" : 0.76000000
}
],
"hex" : "02000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2502e068062f503253482f03fdcd1508700000021e0d00000d2f436f696e69756d536572762f0000000002002177c0010000001976a9148f635534ba7a653046619cbc561ac8f98fb8b52088ac00ab8704000000001976a91498cd67ddfbbd66a32d854d63fd2d4784a584cd6388ac00000000"
}

but in phoenixcoin result is :

gettransaction 9840c9f482d2afc39781cecb15f3bc7279eb252b74ca026262daf64168213b7f

{
"amount" : 50.00000000,
"confirmations" : 2378,
"blockhash" : "eba2c43e388d0c355937f74b43b9d1a1ad10e3cf6c99ffb184c050b17338a450",
"blockindex" : 0,
"txid" : "9840c9f482d2afc39781cecb15f3bc7279eb252b74ca026262daf64168213b7f",
"time" : 1428771877,
"details" : [
{
"account" : "",
"category" : "generate",
"amount" : 50.00000000
}
],
"hex" : "02000000010000000000000000000000000000000000000000000000000000000000000000ffffffff260308ad09062f503253482f0323cd1508a80000012a5900000d2f436f696e69756d536572762f000000000280010b27010000001976a9141a49aab68f0fcf871136c012e9a9d80c8c84daf888ac80f0fa02000000001976a914557d7a37eabe7bbb6d5735f1166c4a284c89158888ac0000000050a43873b150c084b1ff996ccfe310ada1d1b9434bf73759350c8d383ec4a2eb000000000000020b66726f6d6163636f756e7400057370656e74000000000000255429550000"
}

i am talking about Details array , there is no address , show only one item in array event transaction is in two.

@frndxyz frndxyz changed the title no transaction address in transation details. and show single transaction only, even if it two. no transaction address in transaction details. and show single transaction only, even if it two. Apr 14, 2015
@ghostlander
Copy link
Owner

No address for generate transactions is a known issue for v0.6 wallets. It will be solved by a scheduled code base upgrade.

@frndxyz
Copy link
Author

frndxyz commented Apr 14, 2015

you ask me about , pool location ,payment method in cryptocointalk, i just left answer there. my pool is http://hashgoal.com (India)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants