XRPLF / xrpl-py

A Python library to interact with the XRP Ledger (XRPL) blockchain
ISC License
144 stars 83 forks source link

fix: improve error message for `tem` errors in relsub #590

Closed mvadari closed 1 year ago

mvadari commented 1 year ago

High Level Overview of Change

Title says it all. It's often easier to debug when you have the error message.

Context of Change

Someone had trouble debugging because the code wasn't mentioned.

Type of Change

Test Plan

This is a pretty trivial change that I don't think needs to be tested.