Try to resume transaction re-sends

This commit is contained in:
Neil Alexander 2021-11-03 17:28:21 +00:00
parent 5b67f47547
commit 7a4321ac85
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -177,6 +177,7 @@ func Send(
ch := make(chan util.JSONResponse, 1)
txnIDs.Store(index, ch)
defer close(ch)
defer txnIDs.Delete(index)
t := txnReq{
rsAPI: rsAPI,