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

Sending address isn't listed in the transaction details #112

Open
brossi opened this issue Apr 23, 2014 · 4 comments
Open

Sending address isn't listed in the transaction details #112

brossi opened this issue Apr 23, 2014 · 4 comments

Comments

@brossi
Copy link

brossi commented Apr 23, 2014

Identified by jmzeidner

Output of gettransaction appears to be missing the address that sent the transaction.

21:08:26

gettransaction 601691254b6cf4a3e05bbca3b442840ea01fb29fb7e662b42c49003775b30074


21:08:26

{
"amount" : 10.00000000,
"confirmations" : 129,
"blockhash" : "ee059a5b0ccc8c6d6a2d627bcba14556b0f5ace6c656a169da55e0d85041f508",
"blockindex" : 2,
"txid" : "601691254b6cf4a3e05bbca3b442840ea01fb29fb7e662b42c49003775b30074",
"time" : 1398115872,
"comment" : "",
"from" : "",
"message" : "",
"to" : "",
"details" : [
{
"account" : "",
"address" : "E9TGHTtCH5MfNtfx6AYg7pE7Gsv1JZLzRQ",
"category" : "receive",
"amount" : 10.00000000
}
]
}
@brossi brossi added the bug label Apr 23, 2014
@BlueMeanie
Copy link

I can take a look once I get my environment set up. I did get it to compile successfully, but I have a VMWare emulator running. Need to set up a full debian install on my current laptop, which will happen tomorrow. :)

@BlueMeanie
Copy link

it's not only gettransaction, the data is missing in the UI as well. Try right clicking on a TX and selecting 'get details'.

@brossi brossi removed the bug label Apr 23, 2014
@brossi
Copy link
Author

brossi commented Apr 23, 2014

On second glance, I'm not sure if "from" is even supposed to be there. It doesn't appear in the Linux build...

I'm looking for where that reference is, but the only places that I can find it in the code are related to changes that were pulled in from a set of Bitcoin commits (likely during the original fork of the Peercoin codebase).

@BlueMeanie
Copy link

certainly it doesn't make sense from a strict TX format perspective. A TX can be 'from' many addresses.

sigmike pushed a commit to sigmike/peercoin that referenced this issue Dec 23, 2016
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