Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • crown-core crown-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 75
    • Issues 75
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Crown
  • crown-corecrown-core
  • Issues
  • #295

Closed
Open
Created Jan 30, 2019 by Mark Brooker@walkjiveflyMaintainer

crown-cli sendtoaddress tries to instantsend even when the amount is too large

Summary

crown-cli sendtoaddress failed because it tried to use instantsend for an amount >10k

Steps to reproduce

crown-cli sendtoaddress xxx 10005

Expected behavior

Normal send should be used and should succeed if the wallet has sufficient funds

Problematic behavior

error: {"code":-4,"message":"Transaction too large"}

Crown-core environment info

MX 17.1 linux

Crown-core application info

Crown version v0.12.7.1-959b5766 pipeline 887

Relevant logs, dumps and/or screenshots

2019-01-30 02:17:52 keypool added key 1126, size=1001
2019-01-30 02:17:52 init message: Loading wallet... (112.49 %)
2019-01-30 02:17:54 InstantX doesn't support sending values that high yet. Transactions are currently limited to 10000 CRW.keypool reserve 126
2019-01-30 02:18:11 InstantX doesn't support sending values that high yet. Transactions are currently limited to 10000 CRW.SendMoney() : Transaction too large
2019-01-30 02:18:11 keypool return 126

Drop full logs & dumps here: https://nextcloud.crown.tech/nextcloud/s/znd8HiiAsRX3C6B

Possible fixes

(Any comments on what you think might be responsible for the problem, if you have particular insight.)

/cc @artem

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking