Skip to content

Commit 2bc47c6

Browse files
committed
fix(docker): pass exchange rate provider in title case
1 parent 5d009e5 commit 2bc47c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/run-testnet-bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function runNode({ httpBindAddress, adminAuthToken, secretSeed, nodeName }) {
134134
],
135135
{
136136
env: {
137-
'ILP_EXCHANGE_RATE_PROVIDER': 'coin_cap',
137+
'ILP_EXCHANGE_RATE_PROVIDER': 'CoinCap',
138138
'RUST_LOG': process.env.RUST_LOG || 'interledger=debug',
139139
'RUST_BACKTRACE': process.env.RUST_BACKTRACE || '1'
140140
},

0 commit comments

Comments
 (0)