From e3de9dd201fd9269b8fe9672b5c71f78a3f2b8a5 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 6 Dec 2024 19:05:00 +0000 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d1cdb6..fd4bacf 100644 --- a/README.md +++ b/README.md @@ -530,7 +530,7 @@ By setting priorityFee to maxFee, we make the process deterministic: `maxFee = 10, maxPriority = 10, baseFee = 5` would always spend 10 gwei. In the end, the balance would become 0. -> [!WARN] +> [!WARNING] > Using the method would decrease privacy of a transfer, because > payments for services have specific amounts, and not _the whole amount_.