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

vjoinsplit is in CTransaction, but not CWalletTx [$35] #48

Closed
ch4ot1c opened this issue Jul 21, 2018 · 1 comment
Closed

vjoinsplit is in CTransaction, but not CWalletTx [$35] #48

ch4ot1c opened this issue Jul 21, 2018 · 1 comment

Comments

@ch4ot1c
Copy link
Contributor

ch4ot1c commented Jul 21, 2018

Encountered as part of #35:

wallet/wallet.cpp:572:44: error: ‘const class CWalletTx’ has no member named ‘vjoinsplit’
     for (const JSDescription& jsdesc : wtx.vjoinsplit) {

CWalletTx is a subclass of CMerkleTx, which has CTransactionRef as a member. CTransaction has the vjoinsplit member we seek.


Did you help close this issue? Go claim the $35 bounty on Bountysource.

@donshin donshin assigned sulmone and unassigned donshin Aug 9, 2018
@BlueSilver22 BlueSilver22 changed the title vjoinsplit is in CTransaction, but not CWalletTx vjoinsplit is in CTransaction, but not CWalletTx [$30] Aug 21, 2018
@BlueSilver22 BlueSilver22 added the bounty bounty label Aug 21, 2018
@BlueSilver22 BlueSilver22 changed the title vjoinsplit is in CTransaction, but not CWalletTx [$30] vjoinsplit is in CTransaction, but not CWalletTx [$35] Aug 23, 2018
ch4ot1c pushed a commit to ch4ot1c/BTCP-Rebase that referenced this issue Oct 1, 2018
@ch4ot1c
Copy link
Contributor Author

ch4ot1c commented Oct 1, 2018

Done; closing

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

No branches or pull requests

4 participants