Introduce an ID reservation list.

This commit is contained in:
Péter Szilágyi
2017-09-12 11:29:03 +03:00
committed by EOS Classic
parent 82e2fa36e1
commit 4e9492fc83
2 changed files with 7 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ var banned = [
];
module.exports = {
trusted: trusted,
banned: banned
};
trusted: trusted,
banned: banned,
reserved: []
};