diff --git a/contracts/AssociationRegistry.jsligo b/contracts/AssociationRegistry.jsligo index 2ad61f48a7809659fd552e2fd41c543b758de513..6c05400804326f592ba17d244b40e7b0570fd0f0 100644 --- a/contracts/AssociationRegistry.jsligo +++ b/contracts/AssociationRegistry.jsligo @@ -22,7 +22,7 @@ type storage = big_map<string, association>; type return_ = [list<operation>, storage]; -const registrationFeeInitial: tez = 10 as tez; +const registrationFeeInitial= 10 as tez; //Register a new DAO @entry