Closed mattheworris closed 6 days ago
The account-service-api should validate the handle using the validateHandle RPC before queueing any transactions.
account-service-api
validateHandle
If the handle is invalid return a 400 BAD REQUEST.
Steps to reproduce
Expected behavior
The
account-service-api
should validate the handle using thevalidateHandle
RPC before queueing any transactions.If the handle is invalid return a 400 BAD REQUEST.