Browse Source

update name

pull/6/head
Jonathan "Duke" Leto 5 years ago
parent
commit
d1fc5af170
  1. 4
      src/main/kotlin/com/silentdragon/wormhole/Service.kt

4
src/main/kotlin/com/silentdragon/wormhole/Service.kt

@ -1,4 +1,4 @@
package com.zecqtwallet.wormhole
package com.silentdragon.wormhole
import com.beust.klaxon.JsonObject
import com.beust.klaxon.Parser
@ -115,4 +115,4 @@ fun logInfo(t: String, j: JsonObject) {
}.toString().replace("\n", "").trim()
LOG.info(t + l)
}
}

Loading…
Cancel
Save