OSDN Git Service

update
authorHAOYUatHZ <haoyu@protonmail.com>
Mon, 27 May 2019 06:05:58 +0000 (14:05 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Mon, 27 May 2019 06:05:58 +0000 (14:05 +0800)
asset/builder.go

index acc926d..2d7e50b 100644 (file)
@@ -59,7 +59,7 @@ func (a *crossInAction) Build(ctx context.Context, builder *txbuilder.TemplateBu
        fed := federation.GetFederation()
        tplIn.AddRawWitnessKeys(fed.XPubs, fed.Path(), fed.Quorum)
 
-       // TODO: ?
+       // TODO: if signer == nil ?
        if a.Arguments != nil {
                if err := txbuilder.AddContractArgs(tplIn, a.Arguments); err != nil {
                        return err