Skip to content

Commit

Permalink
Misc typo fixes (#104)
Browse files Browse the repository at this point in the history
* Add description for COINBASE.
* Fix transfer.
  • Loading branch information
adlerjohn committed Feb 21, 2021
1 parent dfda20e commit 687bccf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specs/vm/opcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
- [CODECOPY: Code copy](#codecopy-code-copy)
- [CODEROOT: Code Merkle root](#coderoot-code-merkle-root)
- [CODESIZE: Code size](#codesize-code-size)
- [COINBASE](#coinbase)
- [COINBASE: Block proposer address](#coinbase-block-proposer-address)
- [LOADCODE: Load code from an external contract](#loadcode-load-code-from-an-external-contract)
- [LOG: Log event](#log-log-event)
- [REVERT: Revert](#revert-revert)
- [SRW: State read word](#srw-state-read-word)
- [SRWX: State read 32 bytes](#srwx-state-read-32-bytes)
- [SWW: State write word](#sww-state-write-word)
- [SWWX: State write 32 bytes](#swwx-state-write-32-bytes)
- [Transfer: Tranfer coins](#transfer-tranfer-coins)
- [TRANSFER: Transfer coins](#transfer-transfer-coins)
- [Cryptographic Opcodes](#cryptographic-opcodes)
- [ECRECOVER: Signature recovery](#ecrecover-signature-recovery)
- [KECCAK256: keccak-256](#keccak256-keccak-256)
Expand Down Expand Up @@ -915,7 +915,7 @@ Panic if:
* `$rs + 32 > VM_MAX_RAM`
* Contract with ID `MEM[$rs, 32]` is not in `tx.inputs`

### COINBASE
### COINBASE: Block proposer address

| | |
| ----------- | -------------------------------- |
Expand Down Expand Up @@ -1046,7 +1046,7 @@ Panic if:
* `$rs + 32 > VM_MAX_RAM`
* `$fp == 0` (in the script context)

### Transfer: Tranfer coins
### TRANSFER: Transfer coins

| | |
| ----------- | ------------------------------------------------------------ |
Expand Down

0 comments on commit 687bccf

Please sign in to comment.