Skip to content

Commit

Permalink
Handle @ symbol in lava addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Apr 3, 2024
1 parent e2ad5fd commit 56b8af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validators/validatorRegistry.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function ValidatorRegistry(client) {
async function getChainValidator(chain, address, registryValidator) {
const chainData = await client.json.get('validators:' + chain.path, {
path: [
'$.validators.' + address,
`\$.validators["${address}"]`,
]
})
if(!chainData) return
Expand Down

0 comments on commit 56b8af9

Please sign in to comment.