Skip to content

Commit

Permalink
BATM-5752: fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drocek committed Jan 23, 2024
1 parent 175b4e3 commit 8a3c4bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public IWallet createWallet(String walletLogin, String tunnelPassword) {
String proxyUrl = st.nextToken("\n").replaceFirst(":", "");
return new BitcoreWallet(apiKey, proxyUrl);
} else if ("bitgo".equalsIgnoreCase(walletType) || "bitgonoforward".equalsIgnoreCase(walletType)) {
// bitgo:host:port:token:wallet_address:wallet_passphrase:num_blocks:max_rate:max_fee_rate
// bitgo:host:port:token:wallet_address:wallet_passphrase:num_blocks:fee_rate:max_fee_rate
// but host is optionally including the "http://" and port is optional,
// num_blocks is an optional integer greater than 2 and it's used to calculate mining fee,
// fee_rate is an optional integer defined fee rate,
Expand Down

0 comments on commit 8a3c4bc

Please sign in to comment.