Changed constant name for consistency.

This commit is contained in:
Richard Moore 2018-07-27 03:46:38 -04:00
parent d05da1e487
commit a966a60656
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

View File

@ -41,7 +41,7 @@ const constants = {
One: ConstantOne,
Two: ConstantTwo,
WeiPerEther: ConstantWeiPerEther,
ConstantMaxUint256: ConstantMaxUint256
MaxUint256: ConstantMaxUint256
};
export {