Skip to content

Commit

Permalink
Update full-tutorial.md
Browse files Browse the repository at this point in the history
Remove note about cost refunds.
  • Loading branch information
ACStone-MTS authored Mar 9, 2024
1 parent aac3615 commit 370e975
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/full-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ Now you can install the contract to the network and check how it behaves.

If you are sending the deploy on Mainnet, try several put deploys on the Testnet to understand the exact gas amount required for that deploy. Refer to the [note about gas price](https://docs.casper.network/developers/dapps/sending-deploys/#a-note-about-gas-price) to understand more about payment amounts and gas price adjustments.

**The Casper platform currently does not refund any tokens as part of sending a deploy.** For example, if you spend 10 CSPR for the deployment and it only costs 1 CSPR, you will not receive the remaining 9 CSPR. Refer to the [Gas and the Casper Blockchain](https://docs.casper.network/concepts/economics/gas-concepts/) documentation for further details.

Use the following command template to deploy the contract:

```bash
Expand Down Expand Up @@ -809,4 +807,4 @@ You can see that the name is `CasperTest` in this example.
}
}

```
```

0 comments on commit 370e975

Please sign in to comment.