OSDN Git Service

clean
authorHAOYUatHZ <haoyu@protonmail.com>
Wed, 19 Jun 2019 08:34:07 +0000 (16:34 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Wed, 19 Jun 2019 08:34:07 +0000 (16:34 +0800)
federation/warder.go

index 41f9cde..3238171 100644 (file)
@@ -173,7 +173,6 @@ func (w *warder) buildSidechainTx(ormTx *orm.CrossTransaction) (*vaporTypes.Tx,
        }
 
        for _, req := range ormTx.Reqs {
-               // TODO: implement ormID cache
                // getAsset from assetStore instead of preload asset, in order to save db query overload
                asset, err := w.assetStore.GetByOrmID(req.AssetID)
                if err != nil {