Skip to content

Commit

Permalink
Merge pull request #581 from airgap-it/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
AndreasGassmann authored Sep 7, 2023
2 parents 2233b1e + ef25dfa commit b32a028
Show file tree
Hide file tree
Showing 24 changed files with 236 additions and 230 deletions.
4 changes: 1 addition & 3 deletions examples/dapp.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,7 @@
document.getElementById('sendToSelfWithPrepare').addEventListener('click', () => {
client.showPrepare()
setTimeout(() => {
sendToSelf().catch((e) => {
client.hideUI()
})
sendToSelf()
}, 2000)
})

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"useWorkspaces": true,
"version": "4.0.9"
"version": "4.0.10"
}
Loading

0 comments on commit b32a028

Please sign in to comment.