From ff534400b63a2d60714391fde20f70bf00a01339 Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Fri, 17 Nov 2023 14:52:14 -0500 Subject: [PATCH] update bitmap nonces readme --- patterns/bitmap-nonces/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/bitmap-nonces/README.md b/patterns/bitmap-nonces/README.md index a54ade0..861e70c 100644 --- a/patterns/bitmap-nonces/README.md +++ b/patterns/bitmap-nonces/README.md @@ -107,4 +107,4 @@ You can find bitmap nonces being used in major protocols such as Uniswap's [Perm ## The Demo -The full, working example can be found [here](./TransferRelay.sol) with complete tests detailing its usage [here](../../test/TransferRelay.sol). \ No newline at end of file +The full, working example can be found [here](./TransferRelay.sol) with complete tests detailing its usage and gas savings [here](../../test/TransferRelay.sol). \ No newline at end of file