Skip to content

Commit 412a507

Browse files
Le-Caigneczguesmi
andauthored
Update propose-safe-multisig-tx/src/index.ts
Co-authored-by: Zied Guesmi <[email protected]>
1 parent 24fdeed commit 412a507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

propose-safe-multisig-tx/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function run() {
6464
const safeTxHash = await protocolKit.getTransactionHash(safeTransaction);
6565
const signature = await protocolKit.signHash(safeTxHash);
6666

67-
core.info(`🔐 Transaction signed with hash: ${safeTxHash}`);
67+
core.info(`🔐 Transaction signed - hash: ${safeTxHash}`);
6868

6969
// Propose transaction to the service
7070
await apiKit.proposeTransaction({

0 commit comments

Comments
 (0)