Skip to content

Instantly share code, notes, and snippets.

@JimmyMow
Created January 26, 2016 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JimmyMow/5c43a6e3e2bcb7234045 to your computer and use it in GitHub Desktop.
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
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