mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-22 05:05:48 +00:00
Add tecOVERSIZE transaction result
This commit is contained in:
@@ -77,7 +77,8 @@ function loadSchemas() {
|
||||
require('./schemas/trustlines-options.json'),
|
||||
require('./schemas/tx.json'),
|
||||
require('./schemas/uint32.json'),
|
||||
require('./schemas/value.json')
|
||||
require('./schemas/value.json'),
|
||||
require('./schemas/prepare.json')
|
||||
];
|
||||
const titles = _.map(schemas, schema => schema.title);
|
||||
const duplicates = _.keys(_.pick(_.countBy(titles), count => count > 1));
|
||||
|
||||
Reference in New Issue
Block a user