From c426b09b07f40363674bc6bd6ea9ef07ff5e7e8e Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Thu, 30 Jan 2020 11:50:37 +0000 Subject: [PATCH] validator: placeholder comment for Ethereum integration --- validator/src/network/ethereum.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/validator/src/network/ethereum.rs b/validator/src/network/ethereum.rs index e69de29bb2..9aa85267fe 100644 --- a/validator/src/network/ethereum.rs +++ b/validator/src/network/ethereum.rs @@ -0,0 +1 @@ +// placeholder for Ethereum / ERC20 bridge integration