We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fdeed commit 412a507Copy full SHA for 412a507
propose-safe-multisig-tx/src/index.ts
@@ -64,7 +64,7 @@ async function run() {
64
const safeTxHash = await protocolKit.getTransactionHash(safeTransaction);
65
const signature = await protocolKit.signHash(safeTxHash);
66
67
- core.info(`🔐 Transaction signed with hash: ${safeTxHash}`);
+ core.info(`🔐 Transaction signed - hash: ${safeTxHash}`);
68
69
// Propose transaction to the service
70
await apiKit.proposeTransaction({
0 commit comments