Double validation when saving profile #548
Labels
kind/bug
Something isn't working
x/profiles
Module that allows to create and manage decentralized social profiles
Milestone
Inside the
SaveProfile
function ofmsg_server_profile.go
we validate the profile twice:Update
function;ValidateProfile()
;I think the validation could be removed from within the
Update()
function and left only inside the keeper'sValidate()
function since
Update()
is only used once.The text was updated successfully, but these errors were encountered: