Skip to content

Commit 30dbe7d

Browse files
authored
Merge pull request #14164 from Shiva-Sai-ssb/fix-reentrancy-glossary-link
fix: re-entrancy attack definition link formatting in glossary
2 parents 0c7c948 + 52873cf commit 30dbe7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intl/en/glossary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
"recovery-phrase-term": "Seed phrase/recovery phrase",
299299
"recovery-phrase-definition": "A list of words given to you when you create a digital wallet. It acts like a password that can help you get back into your wallet if you lose access, making sure you don't lose your digital money or tokens.",
300300
"re-entrancy-attack-term": "Re-entrancy attack",
301-
"re-entrancy-attack-definition": "An attack that consists of an attacker contract calling a victim contract function in such a way that during execution the victim calls the attacker contract again, recursively. This can result, for example, in the theft of funds by skipping parts of the victim contract that update balances or count withdrawal amounts.< href=\"/developers/docs/smart-contracts/security/#re-entrancy\">More on re-entrancy</a>.",
301+
"re-entrancy-attack-definition": "An attack that consists of an attacker contract calling a victim contract function in such a way that during execution the victim calls the attacker contract again, recursively. This can result, for example, in the theft of funds by skipping parts of the victim contract that update balances or count withdrawal amounts. <a href=\"/developers/docs/smart-contracts/security/#reentrancy\">More on re-entrancy</a>.",
302302
"reward-term": "Reward",
303303
"reward-definition": "An amount of ether <a href=\"/developers/docs/consensus-mechanisms/pos/rewards-and-penalties\">awarded to validators</a> that perform certain functions, including proposing a block or participating in a sync-committee, in each slot.",
304304
"rlp-term": "Recursive Length Prefix (RLP)",

0 commit comments

Comments
 (0)