Minor changes to address PR feedback and comments

This commit is contained in:
Jose Coll
2016-11-01 16:47:50 +00:00
parent a0aa16ffae
commit f415c497d9
2 changed files with 7 additions and 22 deletions

View File

@ -165,7 +165,9 @@ interface VaultService {
}
/**
* Fungible Asset operations
* [InsufficientBalanceException] is thrown when a Cash Spending transaction fails because
* there is insufficient quantity for a given currency (and optionally set of Issuers).
* Note: an [Amount] of [Currency] is only fungible for a given Issuer within a [FungibleAsset]
**/
@Throws(InsufficientBalanceException::class)
fun generateSpend(tx: TransactionBuilder,