msg confirm sends back error if user rejects tx

This commit is contained in:
2023-10-02 07:51:38 -06:00
parent f5a267fd43
commit cc72856aa3
2 changed files with 25 additions and 11 deletions
+3 -3
View File
@@ -5,14 +5,14 @@
<title>Is this message good or bad?</title>
</head>
<body>
<h1>Is this message good or bad?</h1>
<h1>Do you want to sign this message?</h1>
<pre id="message"></pre>
<br>
<button id="good">Good</button>
<button id="good">Yes</button>
<br>
<button id="bad">Bad</button>
<button id="bad">No</button>
<script type="module" src="../dist/msg_confirm.js"></script>