Branch: refs/heads/master
  Home:   https://github.com/conformal/btcwallet
  Commit: 8952fc5acff74989497c03c5f52068d394f3b55e
      
https://github.com/conformal/btcwallet/commit/8952fc5acff74989497c03c5f52068d394f3b55e
  Author: Josh Rickmar <[email protected]>
  Date:   2014-01-17 (Fri, 17 Jan 2014)

  Changed paths:
    M btcdrpc.go

  Log Message:
  -----------
  Remove unnecessary string copy.

Strings are immutable, so instead of copying as a new variable (like
how was needed when receiving byte slices), just pass the marshaled
JSON string to the notification processing code.


Reply via email to