abcmint / abcmint

abcmint core integration/staging tree
GNU General Public License v3.0
67 stars 34 forks source link

use orphanTx in loop when receive tx message #11

Closed intone2018 closed 6 years ago

intone2018 commented 6 years ago

it use a wrong var tx before, should be orphanTx. change to pointer, because it is const var and can't use *this in AcceptToMemoryPool