Skip to content

Commit a35f8b7

Browse files
dulantingsatota2
authored andcommitted
chore: remove repetitive words
Signed-off-by: dulanting <dulanting@outlook.jp>
1 parent be2b835 commit a35f8b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

full-stack-asset-transfer-guide/docs/CloudReady/20-fabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ We can then tail the org1-peer1 log in a terminal window so that we can see proo
8989
kubectl logs -f org1-peer1-79df64f8d8-7m9mt peer
9090
```
9191

92-
Now that you know how to use kubectl, let's learn the shortcut! You can easily monitor all of the the pods in the [k9s utility](https://k9scli.io/topics/install/). If you haven't started k9s yet, start it in a new terminal:
92+
Now that you know how to use kubectl, let's learn the shortcut! You can easily monitor all of the pods in the [k9s utility](https://k9scli.io/topics/install/). If you haven't started k9s yet, start it in a new terminal:
9393

9494
```shell
9595
k9s -n test-network

token-erc-1155/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following required functions of ERC-1155 are implemented:
2121

2222
Note: The "safe" prefix is omitted from "TransferFrom" in the implementation because the prefix is related to some issue about backwards compatibility with older smart contracts in Ethereum.
2323

24-
Note: TransferFrom is used to send a single token type between two users. BatchTransferFrom is used to send multiple tokens between two users. So, BatchTransferFrom is a more general form of TransferFrom. Ethereum defined two functions instead of one because this reduces gas costs. Since there is no gas cost in Fabric, implementing these two functions is unnecessary. Nevertheless, both of them are implemented to to conform the ERC-1155 standard.
24+
Note: TransferFrom is used to send a single token type between two users. BatchTransferFrom is used to send multiple tokens between two users. So, BatchTransferFrom is a more general form of TransferFrom. Ethereum defined two functions instead of one because this reduces gas costs. Since there is no gas cost in Fabric, implementing these two functions is unnecessary. Nevertheless, both of them are implemented to conform the ERC-1155 standard.
2525

2626
## Additional Functions Implemented
2727

0 commit comments

Comments
 (0)