Skip to content

Instantly share code, notes, and snippets.

@parisyup
Created July 1, 2024 14:28
Show Gist options
  • Save parisyup/a76c2ace5296a22066aeb02b4797446f to your computer and use it in GitHub Desktop.
Save parisyup/a76c2ace5296a22066aeb02b4797446f to your computer and use it in GitHub Desktop.
try {
utxoLedgerService.sendTransaction(transaction, sessions)
} catch (e: Exception) {
log.warn("Sending transaction for $transactionId failed.", e)
throw e
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment