mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
remove interfaces validator
This commit is contained in:
parent
35013571d5
commit
2312678cff
1 changed files with 0 additions and 6 deletions
|
|
@ -1,6 +0,0 @@
|
|||
pragma solidity ^0.4.21;
|
||||
|
||||
interface IValidator {
|
||||
function propose(address, string) external payable;
|
||||
function vote(address) external payable;
|
||||
}
|
||||
Loading…
Reference in a new issue