mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-06-11 14:01:26 +00:00
...
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
pragma solidity ^0.5.4;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
import "./Structs.sol";
|
||||
import "./IVerifier.sol";
|
||||
import "./Verifier.sol";
|
||||
|
||||
|
||||
contract VerifierProxy is Structs {
|
||||
contract VerifierProxy is IVerifier {
|
||||
Verifier internal verifier;
|
||||
|
||||
constructor(Verifier ver) public {
|
||||
|
Reference in New Issue
Block a user