diff options
| author | Pieter Wuille <[email protected]> | 2013-07-20 14:34:16 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2013-10-15 22:34:20 +0200 |
| commit | 6055b9101bc91647fb80c7ed86fcff90e3e6dedf (patch) | |
| tree | b77370a39843e583cbfe513e196883a1df9b5e3f /src/net.cpp | |
| parent | Merge pull request #3080 from Diapolo/sendcoins-paymentreq (diff) | |
| download | discoin-6055b9101bc91647fb80c7ed86fcff90e3e6dedf.tar.xz discoin-6055b9101bc91647fb80c7ed86fcff90e3e6dedf.zip | |
Allow SendMessages to run partially without cs_main
SendMessages() tries to acquire a cs_main lock now, but this isn't nessecary
for much of its functionality. Move those parts out of the locked section,
so they can always be performed, and we hold cs_main for a shorter time.
Diffstat (limited to 'src/net.cpp')
0 files changed, 0 insertions, 0 deletions