added stub function for geth communication

Former-commit-id: a99778031b
This commit is contained in:
Adrian Tiberius 2016-06-24 13:40:18 +03:00
parent 9d4387cefa
commit b044b3917e
1 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,10 @@ public class GethService extends Service {
handler.postDelayed(addPeer, 5000);
}
public void signalEvent(String jsonEvent) {
}
@Nullable
@Override
public IBinder onBind(Intent intent) {