Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix
  • Loading branch information
vitaliyb committed Jan 28, 2025
commit 11e9707c04ba9c32d286830720e42676f7c00a06
2 changes: 1 addition & 1 deletion tools/wasp-cli/util/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func WithSCTransaction(ctx context.Context, client *apiclient.APIClient, chainID

ref, err := tx.GetCreatedObjectInfo(iscmove.RequestModuleName, iscmove.RequestObjectName)
log.Check(err)
log.Printf("Request ID: %s\n", isc.RequestID(ref.ObjectID.Data()).String())
log.Printf("Request ID: %s\n", ref.ObjectID.String())

if config.WaitForCompletion || len(forceWait) > 0 {
log.Printf("Waiting for tx requests to be processed...\n")
Expand Down
Loading