Document sendTX() return value

This commit is contained in:
Orfeas Stefanos Thyfronitis Litos 2018-02-23 15:07:43 +00:00 committed by Christopher Jeffrey
parent 8f3de71719
commit 2b0e5f5935
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -289,6 +289,7 @@ class FullNode extends Node {
/**
* Add transaction to mempool, broadcast.
* @param {TX} tx
* @returns {Promise}
*/
async sendTX(tx) {