Skip to content

Commit

Permalink
fix: remove request transaction execution warning message (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 authored Nov 28, 2023
1 parent 994f55f commit ad26b98
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ const hasReachedQuorum = computed(() => props.scoresTotal >= props.quorum);
</script>

<template>
<div>
<p>
Make sure this proposal was approved by this Snapshot vote before
asserting on-chain. If the Snapshot vote rejected the proposal, the
on-chain proposal will be rejected as well and you will lose your bond.
</p>
</div>
<div class="rounded-lg border p-3">
<div>
<strong class="pr-3">Required bond:</strong>
Expand Down

0 comments on commit ad26b98

Please sign in to comment.