From 91a7ce528d7f310c869dfc5dae63f1e6a2a462d3 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 7 Jul 2020 14:13:15 -1000 Subject: [PATCH] Update 07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md --- 07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md b/07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md index e3b1dc6..9840be5 100644 --- a/07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md +++ b/07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md @@ -489,7 +489,7 @@ ea73a631b456d2b041ed73bf5767946408c6ff067716929a68ecda2e3e4de6d3 If creating `bitcoin-cli` software, it's most likely that you'll fulfill the five core roles of PSBTs with `createpsbt`, `walletprocesspsbt`, and `finalizepsbt`. Here's what that flow looks like: -![](images/psbt-roles-for-cli-1.pdf) +![](images/psbt-roles-for-cli-1.svg) ## Summary: Creating a Partially Signed Bitcoin Transaction