Skip to content

Commit bb3ee33

Browse files
committed
feat: punctuation error in log
1 parent 2a25222 commit bb3ee33

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

config/src/config.rs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,11 @@ impl Config {
107107
.unwrap()
108108
{
109109
warn!(
110-
"Trigger value is too low,currently below 0.1 GRT. \
111-
Please modify `max_amount_willing_to_lose_grt` or `trigger_value_divisor`.
112-
To have a higher trigger value, ideally above 1 GRT \
113-
Anything lower can cause issues with the heaviest \
114-
allocation not returning any receipts.
115-
`Trigger value` is defined by \
110+
"Trigger value is too low, currently below 0.1 GRT. \
111+
Please modify `max_amount_willing_to_lose_grt` or `trigger_value_divisor`. \
112+
It is best to have a higher trigger value, ideally above 1 GRT. \
113+
Anything lower and the system may constantly deny the sender. \
114+
`Trigger value` is defined by: \
116115
(max_amount_willing_to_lose_grt / trigger_value_divisor) "
117116
)
118117
}

0 commit comments

Comments
 (0)