From 7550e83169b8467f7876551e47a065ce529e8fb7 Mon Sep 17 00:00:00 2001 From: William Katz Date: Sun, 20 Jun 2021 22:39:28 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1157472..caa5d72 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,9 @@ Thank you to the contributors - able to be used millions of blocks away, across dimensions, servers, **vanilla or modded**. - **Logging** of all transactions, configurable in [consts.hpp](include/consts.hpp) +### Other +- **return balance on deletion**, configurable in [consts.hpp](include/consts.hpp) + ## Dependencies - [Parallel HashMap](https://github.com/greg7mdp/parallel-hashmap/tree/master)