Skip to content

Commit 20b55fa

Browse files
committed
Add const NETWORK to add multi-network support
1 parent f47ea5c commit 20b55fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Config.sample.php

+7
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,12 @@ class Config {
5555
*/
5656
const PROXY_TYPE = "";
5757
const PROXY = "";
58+
59+
/*
60+
Select node type, currently supported network:
61+
"": bitcoin (default)
62+
"dogecoin": dogecoin (experimental support)
63+
*/
64+
const NETWORK = "";
5865
}
5966
?>

0 commit comments

Comments
 (0)