Fix missing comma in API docs for TransactionDetails

This commit is contained in:
thunderbiscuit 2022-10-05 10:26:57 -04:00
parent 20134bb96a
commit e5e38d7f77
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -172,7 +172,7 @@ data class TransactionDetails (
var fee: ULong?,
var received: ULong,
var sent: ULong,
var txid: String
var txid: String,
var confirmationTime: BlockTime?
)