Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 9306270a845402c04f932833b48683fff7403bdd
https://github.com/conformal/btcd/commit/9306270a845402c04f932833b48683fff7403bdd
Author: Francis Lam <[email protected]>
Date: 2014-02-13 (Thu, 13 Feb 2014)
Changed paths:
M rpcwebsocket.go
Log Message:
-----------
Fixed wsContext locking problems in NewBlockNotifyCheckTxIn
The wsContext was being locked twice when NewBlockNotifyCheckTxIn is
called. Fixed by changing handlers to assume lock is acquired and
renamed methods to not be exported.