Skip to content

Commit

Permalink
better explain unshielding status
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Oct 29, 2024
1 parent 5eed4a0 commit 97c3154
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,10 @@ const unshield = async () => {
},
)
.then((result) =>
handleTopResult(result, "😀 Triggered unshielding of funds"),
handleTopResult(
result,
"😀 Successfully triggered unshielding process. You should see the unshielded funds appear on L1 in seconds",
),
)
.catch((err) => handleTopError(err));
//todo: manually inc nonce locally avoiding clashes with fetchIncogniteeBalance
Expand Down

0 comments on commit 97c3154

Please sign in to comment.