OCamlPro / freeton_wallet

The 'ft' tool is a multi-account terminal wallet for the Free TON blockchain. It is based on the freeton_ocaml_sdk.
https://ocamlpro.github.io/freeton_wallet
Other
14 stars 9 forks source link

ft should not complete short addresses with 0 #76

Open lefessan opened 2 years ago

lefessan commented 2 years ago

Usually, an address that is less than 64 chars is probably incorrect, we should try to complete with 0s, except maybe if when the first chars are only 0s.