Skip to content

Commit

Permalink
fix smart_contract.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbrm committed Oct 31, 2018
1 parent a6b09b7 commit df1f807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dapp-development/smart_contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ properties:
* `height`: block height
* `transaction`: current transaction for contract execution
* `hash`: transaction hash
* `from`: transaction from address
* `to`: transaction to address
* `from`: sender address of the transaction
* `to`: recipient address of the transaction
* `value`: transaction value, a BigNumber object for contract use
* `nonce`: transaction nonce
* `timestamp`: transaction timestamp
Expand Down

0 comments on commit df1f807

Please sign in to comment.