Skip to content

Commit 3a4683d

Browse files
committed
fix: update transaction log message for clarity on vault data retrieval command
1 parent d7f0895 commit 3a4683d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/vault-factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export const createVault = async (
143143
// Gnosis safe case
144144
if (!receipt || !tx) {
145145
logInfo(
146-
'Transaction has been sent. Use "log-creating-vault-data" command to get the Vault data after the transaction is signed and executed',
146+
'Transaction has been sent. Use "vault-operations write create-vault log-creating-vault-data" command to get the Vault data after the transaction is signed and executed',
147147
);
148148
return;
149149
}

0 commit comments

Comments
 (0)