clean: remove modulus and exponent property from bankKeys()

This commit is contained in:
Vladislav Hristov 2019-11-01 13:48:51 +02:00
parent f15e09840a
commit 61ada747f3

View File

@ -132,8 +132,6 @@ module.exports = (xml, keys) => ({
bankKeys[`bank${type}`] = {
mod,
exp,
modulus,
exponent,
};
}