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 f2f0221 commit 02dc7b9Copy full SHA for 02dc7b9
internal/schedule/get.go
@@ -97,10 +97,10 @@ func getRun(
97
networkStr := branding.GrayStyle.Render(globalFlags.Network)
98
txIDStr := branding.PurpleStyle.Render(transactionIDStr)
99
100
+ logger.Info("Getting scheduled transaction details")
101
+ logger.Info("")
102
logger.Info(fmt.Sprintf("🌐 Network: %s", networkStr))
103
logger.Info(fmt.Sprintf("🔍 Transaction ID: %s", txIDStr))
- logger.Info("")
- logger.Info("⏳ Retrieving scheduled transaction details...")
104
105
script := fmt.Sprintf(`import FlowTransactionScheduler from %s
106
0 commit comments