summaryrefslogtreecommitdiff
path: root/eth-wire
diff options
context:
space:
mode:
authorAntoine A <>2022-03-08 16:19:58 +0100
committerAntoine A <>2022-03-08 16:36:24 +0100
commit3d6220f5a2e60230a92d460154eb2b3565852dc2 (patch)
tree8ff2d64cd69dc27249235fe3abde10f1823ad4b4 /eth-wire
parent643cd6cf56acd87de54d2278ecfcf8c0266e3235 (diff)
downloaddepolymerization-3d6220f5a2e60230a92d460154eb2b3565852dc2.tar.gz
depolymerization-3d6220f5a2e60230a92d460154eb2b3565852dc2.tar.bz2
depolymerization-3d6220f5a2e60230a92d460154eb2b3565852dc2.zip
wire-gateway: support auth
Diffstat (limited to 'eth-wire')
-rw-r--r--eth-wire/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth-wire/src/lib.rs b/eth-wire/src/lib.rs
index 8056dd7..90117cc 100644
--- a/eth-wire/src/lib.rs
+++ b/eth-wire/src/lib.rs
@@ -274,7 +274,7 @@ fn config_bounce_fee(bounce_fee: &Option<String>, currency: CurrencyEth) -> U256
.and_then(|a| taler_to_eth(&a, currency))
.or_fail(|a| {
format!(
- "config value BOUNCE_FEE={} is not a valid ethereum amount: {}",
+ "config BOUNCE_FEE={} is not a valid ethereum amount: {}",
config, a
)
})