minor: function name.

This commit is contained in:
Christopher Jeffrey 2015-12-18 15:44:15 -08:00
parent 6ae273f84d
commit 4984c306b9

View File

@ -81,7 +81,7 @@ Block.prototype.render = function render() {
return bcoin.protocol.framer.block(this, this.subtype);
};
Block.prototype.size = function render() {
Block.prototype.size = function size() {
return this._size || this.render().length;
};