Skip to content

Commit

Permalink
Fixes #71 - thanks to @cjauvin (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Jun 21, 2016
1 parent a3872ab commit 90fd46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/theory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ then create the following transaction:
coin_hash: '86b9dd63864',
coin : (
'pay_to bob_pubkey: b3a364d1a1z',
sign(goofy_private_key, 'pay_to bob_pubkey: b3a364d1a1z'),
sign(alice_private_key, 'pay_to bob_pubkey: b3a364d1a1z'),
)
}
Expand All @@ -300,7 +300,7 @@ Bob, Alice could transfer the same coin to Carol:
coin_hash: 'a1z2g5pw34',
coin : (
'pay_to carol_pubkey: b3a364d1a1z',
sign(goofy_private_key, 'pay_to carol_pubkey: b3a364d1a1z'),
sign(alice_private_key, 'pay_to carol_pubkey: b3a364d1a1z'),
)
}
Expand Down

0 comments on commit 90fd46d

Please sign in to comment.