Skip to content

Commit

Permalink
Merge branch 'develop' into bip44
Browse files Browse the repository at this point in the history
  • Loading branch information
caedesvvv committed Nov 4, 2014
2 parents 4c7cb50 + 90d3ebd commit eed1286
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/backend/channels/catchan.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ function (Bitcoin, Curve25519, Encryption, Protocol, Peer, ChannelUtils, Port) {
// Post to given channel
Channel.prototype.post = function(data, callback) {
var client = this.transport.getClient();
data.sender = this.fingerprint;
if (client.connected) {
client.chan_post("b", this.channelHash, data, callback);
}
Expand Down

0 comments on commit eed1286

Please sign in to comment.