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

cannot abandon claim sometimes #1646

Closed
10 tasks
tzarebczan opened this issue Nov 17, 2018 · 3 comments
Closed
10 tasks

cannot abandon claim sometimes #1646

tzarebczan opened this issue Nov 17, 2018 · 3 comments
Labels
area: wallet type: bug Existing functionality is wrong or broken

Comments

@tzarebczan
Copy link
Contributor

The Issue

Running into abandon issues on spee.ch on 2 claims recently. The transaction gets created, but doesn't look like it's broadcast or accepted into the mempool.

claim_abandon --txid=36fd14100c158cff42d1866121d5e1d16c4760a27dfc68ed5ecac9ab31dbbfa7 --nout=0

other is: 5cb88c16f739f6320f0826b44fac5037ccc9938d84756e3facd71d1dd654c8be/0

{
  "success": true,
  "tx": {
    "height": -1,
    "hex": "0100000001a7bfdb31abc9ca5eed68fc7da260476cd1e1d5216186d142ff8c150c1014fd36000000006b483045022100ab636f2d279ecc5c51f84b8e3e5767c98eec426ce12395c287483b8ce2819790022040fb26641ef7a00fc972d631b7f2a8c20dedb9a6031951d9fd02894a248c6cbc012103d07fe8a0deb7423f552bd1c182251c8a926951f688801e3b2ba681148783a506ffffffff0174180f00000000001976a91409ae8ac40a938d3eb56d2ffe176b396cc6c08d3a88ac00000000",
    "inputs": [
   <claimdata>...
    ],
    "outputs": [
      {
        "address": "bDcTsMMUaug5NNS3R67r4iJsb1taKknggX",
        "amount": "0.009893",
        "confirmations": -1,
        "height": -1,
        "nout": 0,
        "txid": "3a9078e508edc499c2ec43c0964bb19f64a6e8a51d3e37783dcb60e869d5f222"
      }
    ],
    "total_fee": "0.000107",
    "total_input": "0.01",
    "total_output": "0.009893",
    "txid": "3a9078e508edc499c2ec43c0964bb19f64a6e8a51d3e37783dcb60e869d5f222"
  }
}

System Configuration

  • LBRY Daemon version:
  • LBRY App version:
  • LBRY Installation ID:
  • Operating system:

Anything Else

Screenshots

Internal Use

Acceptance Criteria

Definition of Done

  • Tested against acceptance criteria
  • Tested against the assumptions of user story
  • The project builds without errors
  • Unit tests are written and passing
  • Tests on devices/browsers listed in the issue have passed
  • QA performed & issues resolved
  • Refactoring completed
  • Any configuration or build changes documented
  • Documentation updated
  • Peer Code Review performed
@tzarebczan tzarebczan added type: bug Existing functionality is wrong or broken area: wallet labels Nov 17, 2018
@tzarebczan
Copy link
Contributor Author

Per discussion with @eukreign , when you run with the blocking parameter, the call never returns.

@tzarebczan
Copy link
Contributor Author

Opened issue on blockchain side regarding this: lbryio/lbrycrd#242

@tzarebczan
Copy link
Contributor Author

This is now fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: wallet type: bug Existing functionality is wrong or broken
Projects
None yet
Development

No branches or pull requests

1 participant