Skip to content

Commit 0ca929d

Browse files
authored
Merge pull request #96 from 0xPolygonHermez/develop-0.11.0
Develop 0.11.0
2 parents 836c792 + cd34afd commit 0ca929d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/expression_items/custom_col.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = class CustomCol extends ProofItem {
1010
if (Debug.active) console.log('CONSTRUCTOR_CUSTOM_COL', id, this.id);
1111
}
1212
get degree() {
13-
return 0;
13+
return 1;
1414
}
1515
getTag() {
1616
return 'customcol';

0 commit comments

Comments
 (0)