In this issue: #753.
The compiler incorrectly compiled to CallStackInputs rather than PublicCallStackInputs, this is caused by the type in cpp being a template type that maps to two different types in typescript [PublicCallStackInputs, PrivateCallStackInputs].
To reproduce this issue, run yarn remake-bindings in ./circuits.js.
In this issue: #753.
The compiler incorrectly compiled to
CallStackInputsrather thanPublicCallStackInputs, this is caused by the type in cpp being a template type that maps to two different types in typescript [PublicCallStackInputs, PrivateCallStackInputs].To reproduce this issue, run
yarn remake-bindingsin./circuits.js.