Update Blockchain.broadcast doc to reflect no return type
This fixes #284
This commit is contained in:
parent
12e9a18357
commit
34af88df6f
@ -246,7 +246,7 @@ class Blockchain(
|
||||
config: BlockchainConfig
|
||||
) {
|
||||
/** Broadcast a transaction. */
|
||||
fun broadcast(psbt: PartiallySignedBitcoinTransaction): String {}
|
||||
fun broadcast(psbt: PartiallySignedBitcoinTransaction) {}
|
||||
|
||||
/** Get the current height of the blockchain. */
|
||||
fun getHeight(): UInt {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user