Fix typo in conversion.utils.js (#12998)

feature/default_network_editable
Ikko Ashimine 3 years ago committed by GitHub
parent 5e9ea9d8fa
commit f8df4a4850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      shared/modules/conversion.utils.js

@ -170,7 +170,7 @@ const conversionUtil = (
const getBigNumber = (value, base) => {
if (!isValidBase(base)) {
throw new Error('Must specificy valid base');
throw new Error('Must specify valid base');
}
// We don't include 'number' here, because BigNumber will throw if passed

Loading…
Cancel
Save