From d88f75a54ce2d57d7ae12724b4e3e6ce6bd4c462 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Thu, 9 Feb 2023 10:30:02 +0100 Subject: [PATCH] WIP --- pallets/duniter-account/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pallets/duniter-account/README.md diff --git a/pallets/duniter-account/README.md b/pallets/duniter-account/README.md new file mode 100644 index 000000000..cd6335503 --- /dev/null +++ b/pallets/duniter-account/README.md @@ -0,0 +1,5 @@ +WIP this pallet isn't used anymore + +- allow an account to exist without currency if an identity has it as owner_key +- adds account creation tax +- adds random id assignment \ No newline at end of file -- GitLab