OSDN Git Service

optimise
authoroysheng <oysheng@bytom.io>
Fri, 4 May 2018 01:46:52 +0000 (09:46 +0800)
committeroysheng <oysheng@bytom.io>
Fri, 4 May 2018 01:46:52 +0000 (09:46 +0800)
api/query.go

index 3da897a..ab370ee 100644 (file)
@@ -171,7 +171,7 @@ type RawTx struct {
        Outputs   []*query.AnnotatedOutput `json:"outputs"`
 }
 
-// POST /get-transaction-template
+// POST /get-raw-transaction
 func (a *API) getRawTransaction(ctx context.Context, ins struct {
        Tx types.Tx `json:"raw_transaction"`
 }) Response {