* Check vouch status on appId in addition to contentHash (#6719) * Check vouch status on appId in addition to contentHash * Simplify var expansion * Merge #6725 * Add updated MethodDecoding from master
This commit is contained in:
@@ -105,7 +105,7 @@ export default class BadgeReg {
|
||||
]);
|
||||
})
|
||||
.then(([ title, icon ]) => {
|
||||
title = bytesToHex(title);
|
||||
title = bytesToHex(title).replace(/(00)+$/, '');
|
||||
title = title === ZERO32 ? null : hexToAscii(title);
|
||||
|
||||
if (bytesToHex(icon) === ZERO32) {
|
||||
|
||||
Reference in New Issue
Block a user