Update src/components/TransactionDetails.tsx

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
This commit is contained in:
Justin Starry 2020-06-04 00:37:45 +08:00 committed by Michael Vines
parent 183095feac
commit d00da9e4b7
1 changed files with 1 additions and 1 deletions

View File

@ -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>
)} )}