Skip to content

Commit

Permalink
Remove confirmation message after sending transaction which got rever…
Browse files Browse the repository at this point in the history
…ted, display error message - Transaction of high amount are being reverted #589
  • Loading branch information
mikozet committed Apr 19, 2023
1 parent 4189afc commit 815099b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/SendConfirm.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ const SendConfirm = () => {
try {
await dispatch(transfer(address, amount, paymentNote));

console.log('we are after dispathing transfer');

const text = (
<span
dangerouslySetInnerHTML={{
Expand All @@ -142,7 +140,6 @@ const SendConfirm = () => {

setIsSent(true);
} catch (error) {
console.log('we should have an error from sendconfirm');
logError(error);
let text;

Expand Down

0 comments on commit 815099b

Please sign in to comment.