Remove a @Deprecated as the code has been changed since its introduction anyway

This commit is contained in:
Andrius Dagys 2016-09-05 18:50:53 +01:00
parent 84247128b4
commit 2676e8878d

View File

@ -30,7 +30,6 @@ open class TransactionBuilder(
protected val signers: MutableSet<PublicKey> = mutableSetOf(),
protected var timestamp: Timestamp? = null) {
@Deprecated("use timestamp instead")
val time: Timestamp? get() = timestamp
init {