Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Aug 18, 2020
1 parent 78b71aa commit c9c579e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/rpc/jsonrpc/methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -690,9 +690,9 @@ func (s *Server) createRawTransaction(ctx context.Context, icmd interface{}) (in

version, pkScript := addr.PaymentScript()
txOut := &wire.TxOut{
Version: version,
Version: version,
PkScript: pkScript,
Value: int64(atomic),
Value: int64(atomic),
}
mtx.AddTxOut(txOut)
}
Expand Down

0 comments on commit c9c579e

Please sign in to comment.