ToastWallet / core

This repo contains the core code for Toast Wallet. It is built for iOS, Android and browser directly from this repository. PC builds are built from the browser version using Electron.
GNU General Public License v2.0
210 stars 80 forks source link

Trailing zeros destination tag fails #29

Closed jmdiego closed 5 years ago

jmdiego commented 6 years ago

If I try to use a valid destination tags that includes trailing zeros, it fails:

image

ToastWallet commented 6 years ago

Good find. Destination tag is transmitted as an integer so the zeros on the front will do nothing. Try sending without them. We'll fix this in an upcoming update.

RichardAH commented 5 years ago

This was fixed sometime ago thanks