Skip to content

Commit

Permalink
Merge pull request #191 from dileepaj/staging
Browse files Browse the repository at this point in the history
Merge pull request #166 from dileepaj/master
  • Loading branch information
yasassdk authored Jan 31, 2022
2 parents 58588a2 + d8b9645 commit cf8d28f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proofs/builder/submitXDR.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ func XDRSubmitter(TDP []model.TransactionCollectionBody) (bool, model.SubmitXDRR
TDP[i].TxnHash = response1.TXNID
TDP[i].Status = "done"
TDP[i].XDR = txeB64
TDP[i].SequenceNo = int64(GatewayTXE.E.Tx.SeqNum)

///INSERT INTO TRANSACTION COLLECTION
err2 := object.InsertTransaction(TDP[i])
Expand Down

0 comments on commit cf8d28f

Please sign in to comment.