remove interfaces validator

This commit is contained in:
Nguyen Sy Thanh Son 2018-08-14 04:34:41 +00:00
parent 35013571d5
commit 2312678cff

View file

@ -1,6 +0,0 @@
pragma solidity ^0.4.21;
interface IValidator {
function propose(address, string) external payable;
function vote(address) external payable;
}