OSDN Git Service

clean
authorHAOYUatHZ <haoyu@protonmail.com>
Fri, 21 Jun 2019 08:02:50 +0000 (16:02 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Fri, 21 Jun 2019 08:02:50 +0000 (16:02 +0800)
federation/warder.go

index 812cbde..322e342 100644 (file)
@@ -131,7 +131,7 @@ func (w *warder) processCrossTx(ormTx *orm.CrossTransaction) error {
                return err
        }
 
-       // TODO: pass ref? err?
+       // TODO: err?
        w.attachSignsForTx(ormTx, signersSigns, w.position, signerSigns)
 
        // TODO: should we always request?
@@ -142,7 +142,7 @@ func (w *warder) processCrossTx(ormTx *orm.CrossTransaction) error {
                        return err
                }
 
-               // TODO: pass ref? err?
+               // TODO: err?
                w.attachSignsForTx(ormTx, signersSigns, remote.Position, signerSigns)
        }