axelarnetwork / axelar-gmp-sdk-solidity

Solidity libraries and utilities provided by Axelar.
27 stars 30 forks source link

chore: ensure key to be a string #21

Closed npty closed 1 year ago

npty commented 1 year ago

Description

If a number is passed to the function, the returned value will be the same. This PR ensures key used here is always a string.