Fix parsing

This commit is contained in:
BTChip github
2020-10-27 11:18:31 +01:00
committed by TamtamHero
parent 7e1bdce835
commit 3e4fb33c68

View File

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