Use a different error msg for a failed tx broadcast
Depends on D14574
Differential D14575
[Cashtab] Replace obsolete log statement in unit test bytesofman on Oct 2 2023, 16:07. Authored by
Details
Use a different error msg for a failed tx broadcast Depends on D14574 npm test
Diff Detail
Event TimelineComment Actions The unit test in this case is showing that the function throws an error on const response = await chronik.broadcastTx(hex); if this chronik server returns an error. So, it's throwing whatever is supplied to the mock. The msg itself is not relevant. |