OSDN Git Service

miao
authorHAOYUatHZ <haoyu@protonmail.com>
Fri, 21 Jun 2019 09:59:17 +0000 (17:59 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Fri, 21 Jun 2019 09:59:17 +0000 (17:59 +0800)
federation/warder.go

index cd463d2..45b14dd 100644 (file)
@@ -357,6 +357,7 @@ func (w *warder) getSigns(destTx interface{}, ormTx *orm.CrossTransaction) ([][]
 }
 
 func (w *warder) attachSignsForTx(ormTx *orm.CrossTransaction, signersSigns [][][]byte, position uint8, signerSigns [][]byte) error {
+       // TODO: fix
        for inpIdx := range signerSigns {
                signerSigns[inpIdx][position] = signerSigns[inpIdx]
        }