Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: cc97e063b86e96365d2928d4737b04d9af6af0c7
https://github.com/btcsuite/btcwallet/commit/cc97e063b86e96365d2928d4737b04d9af6af0c7
Author: Josh Rickmar <[email protected]>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M rpc/legacyrpc/methods.go
Log Message:
-----------
Do not error for empty tx comments.
This prevents the server from returning an error when empty strings
are passed as parameters for transaction comments for the
sendfrom/sendmany/sendtoaddress RPCs. Non-empty strings will still
cause errors since transaction comments are not saved.
Fixes #356.