Skip to content

Commit

Permalink
Add information to core.token.getAddress regarding zero address (#201)
Browse files Browse the repository at this point in the history
* Add information to core.token.getAddress regarding zero address
  • Loading branch information
mikozet authored Jun 16, 2023
1 parent cfb1b51 commit 0ab3243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ export default function createTokenModule(
* @param {Object} userOptions - options
* @param {string} userOptions.safeAddress - address of Token owner
*
* @return {string} - Token address
* @return {string} - Token address - zero address when not deployed
*/
getAddress: async (account, userOptions) => {
checkAccount(web3, account);
Expand Down

0 comments on commit 0ab3243

Please sign in to comment.