Created
March 28, 2018 09:27
-
-
Save josemmo/9d64f64b09f6755f8db1bd4cf70db5dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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