diff --git a/content/concepts/consensus-network/fee-voting.md b/content/concepts/consensus-network/fee-voting.md
index 95da588fe3..50fe94130c 100644
--- a/content/concepts/consensus-network/fee-voting.md
+++ b/content/concepts/consensus-network/fee-voting.md
@@ -43,9 +43,9 @@ The maximum possible values for the fees are limited by the internal data types
| Parameter | Maximum Value (drops) | Maximum Value (XRP)
|-----------|-----------------------|----|
-| `reference_fee` | 2**64 | (More XRP than has ever existed.) |
-| `account_reserve` | 2^32 drops | Approximately 4294 XRP |
-| `owner_reserve` | 2^32 drops | Approximately 4294 XRP |
+| `reference_fee` | 264 | (More XRP than has ever existed.) |
+| `account_reserve` | 232 drops | Approximately 4294 XRP |
+| `owner_reserve` | 232 drops | Approximately 4294 XRP |
## See Also