Commit 6dfab7d
authored
fix: use dynamic era name in UtxoFailure error message (#1225)
Replace hardcoded 'Alonzo' with dynamic era name lookup using the era ID
stored in the UtxoFailure struct. This makes the error message format
consistent across all eras.
Closes #846
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>1 parent 9650d4d commit 6dfab7d
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
303 | | - | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
304 | 305 | | |
305 | 306 | | |
306 | 307 | | |
| |||
0 commit comments