From 44c151cd5c831afde3d10756a6574356601ddaf5 Mon Sep 17 00:00:00 2001 From: Ted Ian Osias Date: Sat, 6 Sep 2025 07:22:04 +0800 Subject: [PATCH] chore: add disclaimer on go_submit --- src/components/proposal/ProposalForm.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/proposal/ProposalForm.jsx b/src/components/proposal/ProposalForm.jsx index 6a38a121..7e538ec6 100644 --- a/src/components/proposal/ProposalForm.jsx +++ b/src/components/proposal/ProposalForm.jsx @@ -482,6 +482,10 @@ function ProposalForm() { initialStyle={{height: 0, overflow: 'hidden'}} >
+ {/* Disclaimer about waiting before go_submit */} +
+ Important: Please wait at least 5 minutes or 1 block confirmation after sending the payment transaction before running go_submit. Submitting too early may cause your proposal to fail. +