Skip to content

Commit

Permalink
fix(gtk): change transactions to transaction in tx link (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
alidevjimmy authored Nov 3, 2024
1 parent 9ddfd95 commit 124d4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gtk/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func signAndBroadcastTransaction(parent *gtk.Dialog, msg string, wlt *wallet.Wal
}

showInfoDialog(parent,
fmt.Sprintf("Transaction Hash: <a href=\"https://pacviewer.com/transactions/%s\">%s</a>", txID, txID))
fmt.Sprintf("Transaction Hash: <a href=\"https://pacviewer.com/transaction/%s\">%s</a>", txID, txID))
}
}

Expand Down

0 comments on commit 124d4fc

Please sign in to comment.