Merge pull request #4493 from ethereum/yann300-patch-55

update circuit compiler API
pull/4448/head
David Disu 10 months ago committed by GitHub
commit 7c296b6744
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/circuit-compiler/src/app/services/circomPluginClient.ts

@ -21,7 +21,7 @@ export class CircomPluginClient extends PluginClient {
constructor() { constructor() {
super() super()
this.methods = ['init', 'parse', 'compile', 'generateR1cs'] this.methods = ['init', 'parse', 'compile', 'generateR1cs', 'resolveDependencies']
createClient(this) createClient(this)
this.internalEvents = new EventManager() this.internalEvents = new EventManager()
this.onload() this.onload()

Loading…
Cancel
Save