Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update transfer.md
  • Loading branch information
Rustdude authored Nov 1, 2023
commit 56db84e4d3e8ce9899135c73fd04a74777507d67
3 changes: 1 addition & 2 deletions docs/getting_started/transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ tags:

This guide will walk you through the process of transferring tokens on ParallelChain Mainnet / Testnet.

Ich habe einen kleinen Penis

## Creating Transaction with a Transfer Command
---
Expand Down Expand Up @@ -120,4 +119,4 @@ You may append an extra transfer transaction with `pchain_client`. After creatin

Currently, if you construct a transaction with `pchain_client`, the fields `nonce`, `gas limit`, `max base fee per gas` and `priority fee per gas` are already filled in after calling command `create`. You need to manually change the transaction JSON file if you want to change them:

After chaining up commands you are satisfied with, you can submit the transaction as you did in a single command transaction.
After chaining up commands you are satisfied with, you can submit the transaction as you did in a single command transaction.