Skip to content

Commit

Permalink
remove chacha-poly library (it is on scoin already).
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Sep 19, 2022
1 parent dd0e684 commit 92738c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ enablePlugins(ScalaNativePlugin)
name := "poncho"
organization := "fiatjaf"
scalaVersion := "3.1.3"
version := "0.2.2"
version := "0.2.3"
libraryDependencies ++= Seq(
"org.scodec" %%% "scodec-bits" % "1.1.32",
"org.scodec" %%% "scodec-core" % "2.2.0",
Expand All @@ -12,7 +12,6 @@ libraryDependencies ++= Seq(
"com.fiatjaf" %%% "scoin" % "0.3.0",
"com.fiatjaf" %%% "nlog" % "0.1.0",
"com.fiatjaf" %%% "sn-unixsocket" % "0.1.0",
"com.fiatjaf" %%% "sn-chacha20poly1305" % "0.2.1",
"com.github.lolgab" %%% "native-loop-core" % "0.2.1",
"com.softwaremill.quicklens" %%% "quicklens" % "1.8.8",

Expand Down
1 change: 0 additions & 1 deletion src/main/scala/CLN.scala
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ class CLN(master: ChannelMaster) extends NodeInterface {
val peerFound =
List(chandata("source").str, chandata("destination").str)
.map(ByteVector.fromValidHex(_))
.tap(ids => System.err.println(ids))
.find(_ != master.node.publicKey.value)

peerFound match {
Expand Down

0 comments on commit 92738c9

Please sign in to comment.