From: HAOYUatHZ Date: Wed, 22 May 2019 08:58:41 +0000 (+0800) Subject: update X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=6ee6efa0b594625a8fee374e8585e92869571c12;p=bytom%2Fvapor.git update --- diff --git a/asset/builder.go b/asset/builder.go index d8a410c3..3547d237 100644 --- a/asset/builder.go +++ b/asset/builder.go @@ -33,6 +33,7 @@ type crossInAction struct { // TODO: also need to hard-code mapTx // TODO: federation can sign? check arguments length? will path be diff? +// TODO: check replay func (a *crossInAction) Build(ctx context.Context, builder *txbuilder.TemplateBuilder) error { var missing []string if len(a.Program) == 0 {