Skip to content

Instantly share code, notes, and snippets.

@josemmo
Created March 28, 2018 09:27
Show Gist options
  • Select an option

  • Save josemmo/9d64f64b09f6755f8db1bd4cf70db5dd to your computer and use it in GitHub Desktop.

Select an option

Save josemmo/9d64f64b09f6755f8db1bd4cf70db5dd to your computer and use it in GitHub Desktop.
private void sync() {
if (peers.isEmpty()) return;
propagate("getBlock=latest");
propagate("getPendingTransactions");
isSynced = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment