HomePhabricator

Allow SendMessages to run partially without cs_main
6055b9101bc9Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

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.

Details

Provenance
Pieter Wuille <pieter.wuille@gmail.com>Authored on Jul 20 2013, 12:34
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING38d15d8b4279: Merge pull request #3080 from Diapolo/sendcoins-paymentreq
Branches
Unknown
Tags
Unknown

Event Timeline

Pieter Wuille <pieter.wuille@gmail.com> committed rSTAGING6055b9101bc9: Allow SendMessages to run partially without cs_main (authored by Pieter Wuille <pieter.wuille@gmail.com>).Oct 15 2013, 20:34