Try to resume transaction re-sends
This commit is contained in:
parent
5b67f47547
commit
7a4321ac85
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue