Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
superboyiii committed Sep 19, 2022
1 parent 12ae313 commit 7900ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nep-xx.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This is an optional function which will be automatically executed by ContractMan

The parameter <code>data</code> can be any type of supported parameters for contract-specific purpose. It's the same <code>data</code> that is accepted by Deploy() and Update() in ContractManagement contract.

<code>update</code> is true when contract is updated via <code>update()<code> and it's false on initial deployment via <code>_deploy()<code>.
<code>update</code> is true when contract is updated via <code>update()</code> and it's false on initial deployment via <code>_deploy()</code>.

====update====

Expand Down

0 comments on commit 7900ded

Please sign in to comment.