zingolabs / zingolib_original

ZingoLib
MIT License
1 stars 1 forks source link

uaddrs not recognized as valid (using `send`) #84

Open dannasessha opened 2 years ago

dannasessha commented 2 years ago

Also see #81 #82 #83.

Using the send command in the cli application, an error is produced trying to send to a "u address".

Example: send u1ljmylzjhpw7ld8x35lqfv2zjlt4emeefgedmvvl6g6c43anh6jxlsz963mwk6llsgmwg6wwtejj9y53u2n0nxgd8g432r6q6qq2wz3hp 1066 results in { "error": "Invalid recipient address: 'u1ljmylzjhpw7ld8x35lqfv2zjlt4emeefgedmvvl6g6c43anh6jxlsz963mwk6llsgmwg6wwtejj9y53u2n0nxgd8g432r6q6qq2wz3hp'" } printing to the cli application's console. The application continues to run without exiting.