Update src/components/TransactionDetails.tsx
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
This commit is contained in:
parent
183095feac
commit
d00da9e4b7
|
@ -196,7 +196,7 @@ function StatusCard({ signature }: Props) {
|
||||||
{isNonce ? (
|
{isNonce ? (
|
||||||
"Nonce"
|
"Nonce"
|
||||||
) : (
|
) : (
|
||||||
<InfoTooltip text="Transactions use a previously confirmed blockhash as a nonce prevent double spends">
|
<InfoTooltip text="Transactions use a previously confirmed blockhash as a nonce to prevent double spends">
|
||||||
Recent Blockhash
|
Recent Blockhash
|
||||||
</InfoTooltip>
|
</InfoTooltip>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue