Branch: refs/heads/master
Home: https://github.com/btcsuite/btcrpcclient
Commit: 2de61b2d9a35293fd392d6b243a7f3d5844be02d
https://github.com/btcsuite/btcrpcclient/commit/2de61b2d9a35293fd392d6b243a7f3d5844be02d
Author: Dave Collins <[email protected]>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Changed paths:
M notify.go
Log Message:
-----------
Manually copy relevant fields in ntfn state copy. (#84)
This makes vet happy by manually copying the notification state fields
during the deep copy instead of copying the entire struct which contains
an embedded mutex.