File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -553,6 +553,7 @@ func (api *SignerAPI) SignTransaction(ctx context.Context, args apitypes.SendTxA
553553// If we are in 'rejectMode', then reject rather than show the user warnings
554554if api .rejectMode {
555555if err := msgs .GetWarnings (); err != nil {
556+ log .Info ("Signing aborted due to warnings. In order to continue despite warnings, please use the flag '--advanced'." )
556557return nil , err
557558}
558559}
@@ -625,6 +626,7 @@ func (api *SignerAPI) SignGnosisSafeTx(ctx context.Context, signerAddress common
625626// If we are in 'rejectMode', then reject rather than show the user warnings
626627if api .rejectMode {
627628if err := msgs .GetWarnings (); err != nil {
629+ log .Info ("Signing aborted due to warnings. In order to continue despite warnings, please use the flag '--advanced'." )
628630return nil , err
629631}
630632}
You can’t perform that action at this time.
0 commit comments