Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Generating a Send Transaction Without Syncing Balance #165

Closed
lionelyoung opened this issue Jan 13, 2018 · 1 comment
Closed

Generating a Send Transaction Without Syncing Balance #165

lionelyoung opened this issue Jan 13, 2018 · 1 comment

Comments

@lionelyoung
Copy link

Is there a way to generate the Send Transaction without syncing the balance?

When create a UserWallet using UserWallet.Open(), it won't send any transactions due to "insufficient balance"

@localhuman
Copy link
Collaborator

neo-python does not function as a light wallet, so you will need to sync your wallet before using it to send system assets such as NEO or Gas.

If you'd like to speed up the sync of your wallet, after creating a wallet you can do `wallet rebuild {current block number} and it will start out fully synced.

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

No branches or pull requests

2 participants