Minor formatting fixes
This commit is contained in:
parent
8512178a24
commit
4829994d52
5 changed files with 8 additions and 7 deletions
|
@ -74,7 +74,8 @@ class StargateBridge {
|
|||
}
|
||||
|
||||
// Temporary request to get block count
|
||||
private fun getBlockCountRequest() = "{ \"jsonrpc\": \"2.0\", \"id\": \"${getNextRequestId()}\", \"method\": \"DERO.GetBlockCount\" }"
|
||||
private fun getBlockCountRequest() =
|
||||
"{ \"jsonrpc\": \"2.0\", \"id\": \"${getNextRequestId()}\", \"method\": \"DERO.GetBlockCount\" }"
|
||||
|
||||
private fun getNextRequestId() = ++currentRequestId
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue