mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-04-25 06:52:14 +00:00
...
This commit is contained in:
parent
09eaafcd4f
commit
c377a1d849
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user