mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
error fix
This commit is contained in:
parent
f22f9d83be
commit
2639f13710
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 203 KiB After Width: | Height: | Size: 203 KiB |
|
@ -22,7 +22,7 @@ sender -> sender: Lock **inputs** in wallet
|
||||||
sender -> sender: Store **change_output** in wallet with status "Unconfirmed"
|
sender -> sender: Store **change_output** in wallet with status "Unconfirmed"
|
||||||
note left of sender
|
note left of sender
|
||||||
6: Calculate **fee**: **((-1 * num_inputs) + (4 * num_change_outputs) + 1)* 1_000_000 nG**
|
6: Calculate **fee**: **((-1 * num_inputs) + (4 * num_change_outputs) + 1)* 1_000_000 nG**
|
||||||
(+1 covers a single change output on the receiver's side)
|
(+1 covers a single output on the receiver's side)
|
||||||
7: Calculate total blinding excess sum for all inputs and outputs **xS** (private scalar)
|
7: Calculate total blinding excess sum for all inputs and outputs **xS** (private scalar)
|
||||||
8: Select a random nonce **kS** (private scalar)
|
8: Select a random nonce **kS** (private scalar)
|
||||||
9: Multiply **xS** and **kS** by generator G to create public curve points **xSG** and **kSG**
|
9: Multiply **xS** and **kS** by generator G to create public curve points **xSG** and **kSG**
|
||||||
|
|
Loading…
Reference in a new issue