Skip to content

Commit

Permalink
Update opcodes.md (#179)
Browse files Browse the repository at this point in the history
Fix broken link format.
  • Loading branch information
adlerjohn authored May 27, 2021
1 parent cf56b13 commit bfd87b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/vm/opcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ This modifies the `balanceRoot` field of the appropriate output.
After a revert:

1. All [OutputContract](../protocol/tx_format.md#outputcontract) outputs will have the same `amount` and `stateRoot` as on initialization.
1. All [OutputVariable](../protocol/tx_format.md outputs#outputvariable) outputs will have `to` and `amount` of zero.
1. All [OutputVariable](../protocol/tx_format.md#outputvariable) outputs will have `to` and `amount` of zero.
1. All [OutputContractConditional](../protocol/tx_format.md#outputcontractconditional) outputs will have `contractID`, `amount`, and `stateRoot` of zero.

### SLDC: Load code from static list
Expand Down

0 comments on commit bfd87b0

Please # to comment.