We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165a9bc commit 7da6e13Copy full SHA for 7da6e13
pcapps/pythd.cpp
@@ -112,7 +112,7 @@ int main(int argc, char **argv)
112
unsigned cu_price = 0;
113
unsigned max_batch_size = 0;
114
bool do_wait = true, do_tx = true, do_ws = true, do_debug = false;
115
- while( (opt = ::getopt(argc,argv, "r:s:t:p:i:k:w:c:l:m:b:dnxhz" )) != -1 ) {
+ while( (opt = ::getopt(argc,argv, "r:s:t:p:i:k:w:c:l:m:b:u:v:dnxhz" )) != -1 ) {
116
switch(opt) {
117
case 'r': rpc_host = optarg; break;
118
case 's': secondary_rpc_host = optarg; break;
0 commit comments