Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nisaba committed Jul 4, 2023
1 parent 416fd21 commit b582df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion P-38-Core/src/blockstream/Message.as
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ package blockstream
public var JsonReponse:Object;
public var MsgID:String;
public var MsgToken:String;
public var LightningInvoice:String;
[Bindable] public var LightningInvoice:String;
public var mSatoshi:uint;
public var ErrMsg:String;
public var ErrCode:int;
Expand Down
2 changes: 1 addition & 1 deletion P-38-PC-Mac/src/P38.mxml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
</s:HGroup>

<s:HGroup visible="{!(msg == null || msg.LightningInvoice.length == 0)}" gap="10">
<s:TextArea id="txtLightning" width="300" height="200" editable="false"/>
<s:TextArea id="txtLightning" width="310" height="240" editable="false"/>
<s:SpriteVisualElement id="spriteQrCode" width="250" height="250"/>
</s:HGroup>
</s:VGroup>
Expand Down

0 comments on commit b582df1

Please sign in to comment.