Skip to content

Commit

Permalink
show safe address in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
clemsos committed Mar 20, 2024
1 parent 8ab2ea9 commit a97c533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion governance/scripts/getters/unlock-info.js
Expand Up @@ -46,7 +46,7 @@ async function main({ unlockAddress, quiet = false }) {
try {
nbOwners = (await getOwners({ safeAddress: unlockOwner })).length
} catch (error) {
errorLog(`Unlock owner is not the team multisig !`)
errorLog(`Unlock owner is not the team multisig (${safeAddress})!`)
}

if (nbOwners && !isMultisig) {
Expand Down

0 comments on commit a97c533

Please sign in to comment.