core/vm: fix linter issue

This commit is contained in:
Guillaume Ballet 2018-09-20 09:42:26 +02:00
parent d812571beb
commit ea221535f5

View file

@ -30,4 +30,4 @@ const u256Len = 32
const u128Len = 16
// Max recursion depth for contracts
const maxCallDepth = 4
const maxCallDepth = 1024