Skip to content

Commit 968bc33

Browse files
committed
WIP
1 parent 6072e36 commit 968bc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/test/scala/org/alephium/explorer/ExplorerSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ trait ExplorerSpec
396396
tx.outputs.exists(_.address == address) || tx.inputs
397397
.exists(_.address == Some(address))
398398
}
399-
}.distinct
399+
}
400400

401401
val res = response.as[ArraySeq[Transaction]]
402402

0 commit comments

Comments
 (0)