Update LnZapEventInterface.kt

This commit is contained in:
Believethehype
2023-04-17 20:14:17 +02:00
parent 5e6e2835ca
commit 7a60a6804a

View File

@@ -17,5 +17,4 @@ interface LnZapEventInterface : EventInterface {
fun amount(): BigDecimal?
fun containedPost(): Event?
}