routing: deep copy any transaciton we obtain from GetBlock call.

This commit is contained in:
Mohamed Awnallah
2024-01-11 17:51:09 +02:00
parent 2f04ce7c6e
commit 99908ed2dc
11 changed files with 20 additions and 16 deletions

View File

@@ -1894,7 +1894,7 @@ func (r *ChannelRouter) fetchFundingTx(
chanID.TxIndex, numTxns-1, chanID)
}
return fundingBlock.Transactions[chanID.TxIndex], nil
return fundingBlock.Transactions[chanID.TxIndex].Copy(), nil
}
// routingMsg couples a routing related routing topology update to the