Skip to content

Instantly share code, notes, and snippets.

@JimmyMow
Created January 26, 2016 23:59
Show Gist options
  • Select an option

  • Save JimmyMow/5c43a6e3e2bcb7234045 to your computer and use it in GitHub Desktop.

Select an option

Save JimmyMow/5c43a6e3e2bcb7234045 to your computer and use it in GitHub Desktop.
having problems using send_to method on wallet instance 21BC
from two1.lib.wallet import Wallet
wallet = Wallet()
tx = wallet.send_to("13jtZRqzYK6fg9MFP1cRvjSB8g5TufEMmp", 1000)
print(tx)
@JimmyMow
Copy link
Copy Markdown
Author

transaction was below the current dust limit

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