Fix parsing

This commit is contained in:
BTChip github
2020-10-30 14:31:24 +01:00
committed by TamtamHero
parent 3e4fb33c68
commit 193ff80cfc

View File

@@ -72,7 +72,7 @@ customStatus_e customProcessor(txContext_t *context) {
blockSize = 4;
}
else {
if (!N_storage.contractDetails) {
if (!N_storage.contractDetails && !dataContext.tokenContext.pluginAvailable) {
return CUSTOM_NOT_HANDLED;
}
blockSize = 32 - (dataContext.tokenContext.fieldOffset % 32);