File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,10 @@ HTTPProvider
124
124
>> > from web3 import Web3
125
125
>> > w3 = Web3(Web3.HTTPProvider(" http://127.0.0.1:8545" ))
126
126
127
- Note that you should create only one HTTPProvider per python
128
- process, as the HTTPProvider recycles underlying TCP/IP network connections,
129
- for better performance.
127
+ Note that you should create only one HTTPProvider with the same provider URL
128
+ per python process, as the HTTPProvider recycles underlying TCP/IP
129
+ network connections, for better performance. Multiple HTTPProviders with different
130
+ URLs will work as expected.
130
131
131
132
Under the hood, the ``HTTPProvider `` uses the python requests library for
132
133
making requests. If you would like to modify how requests are made, you can
You can’t perform that action at this time.
0 commit comments