OSDN Git Service

update
authorHAOYUatHZ <haoyu@protonmail.com>
Wed, 22 May 2019 08:58:41 +0000 (16:58 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Wed, 22 May 2019 08:58:41 +0000 (16:58 +0800)
asset/builder.go

index d8a410c..3547d23 100644 (file)
@@ -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 {