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

Documentation needs updating #17

Open
ghost opened this issue Mar 24, 2019 · 1 comment
Open

Documentation needs updating #17

ghost opened this issue Mar 24, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 24, 2019

/api/Wallet/build-transaction has changed. When I put in your parameters from the documentation with my info I got an error.
image

@andrasfuchs
Copy link
Collaborator

Yes, you are right, thank you for pointing it out.

The right parameters look like this:

{
  "feeAmount": "100000",
  "password": "TestWallet",
  "walletName": "TestWallet",
  "accountName": "account 0",
  "recipients": [
    {
      "destinationAddress": "TYXZB4khaN7A17Np8NA6VLuVXXh6TzGbeK",
      "amount": "25000000"
    }
  ],
  "allowUnconfirmed": true,
  "shuffleOutputs": true
}

Could you try it again with with this format?

I've updated the documentation.

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

1 participant