Skip to content
Closed
Changes from all commits
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
2 changes: 1 addition & 1 deletion src/intl/en/glossary.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"recovery-phrase-term": "Seed phrase/recovery phrase",
"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.",
"re-entrancy-attack-term": "Re-entrancy attack",
"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>.",
"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/#re-entrancy\">More on re-entrancy</a>.",
"reward-term": "Reward",
"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.",
"rlp-term": "Recursive Length Prefix (RLP)",
Expand Down