Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sontrinh16 committed Nov 21, 2023
1 parent 73ad6a1 commit 9dfcfef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/checkTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const checkValidatorAddressOsmoValid = (prefix, address) => {
}

export const checkMsg = (prefix, msgValue) => {
console.log(msgValue)
for (const address of addressAmino) {
if(!(address in msgValue)) continue;

Expand Down

0 comments on commit 9dfcfef

Please sign in to comment.