From 665b77518f79482405eeb78e41a39958fc574e19 Mon Sep 17 00:00:00 2001 From: Esteban Ordano Date: Tue, 25 Nov 2014 14:43:25 -0300 Subject: [PATCH] Update Transaction.md --- docs/Transaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Transaction.md b/docs/Transaction.md index f8d6333..7c18d4b 100644 --- a/docs/Transaction.md +++ b/docs/Transaction.md @@ -49,7 +49,7 @@ You can take a look at the javadocs for the [Transaction class here](link missing). This document will go over the expected high level use cases. * from(utxo) -* fromMultisig(utxo, pubkeys, threshold) +* from(utxo, pubkeys, threshold) * change(address) * fee(amount) * usingStrategy(strategy)