Skip to content

Commit 97d6c1b

Browse files
authored
Update commands.md
1 parent af9004b commit 97d6c1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Hyperledger/commands.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
```newest``` 대신에 블록 번호(###)를 option으로 명시하면 명시한 번호의 블록을 로컬 파일 ```mychannel_###.block```
5757
로 저장한다.
5858

59-
### ```getinfo``` option 예제
59+
##### ```getinfo``` option 예제
6060
채널에 대한 정보를 취득할 때 사용한다. 채널의 블록체인에 가장 최근에 추가된 블록에 대한 암호화된 해시값을 확인할 수 있다.
6161
```shell
6262
~$peer channel getinfo -c mychannel
6363
```
6464

65-
### ```update``` option 예제
65+
##### ```update``` option 예제
6666
```./updatechannel.tx``` 파일에 정의된 configuration transaction을 사용하여 채널의 구성을 업데이트한다. 다음 명령어는
6767
```orderer.example.com:7050```를 통해 ```./updaechannel.tx```파일에 정의된 configuation transaction을 사용하여
6868
```mychanel```을 구성을 업데이트한다. 채널 구성의 복사본을 채널 내의 모든 피어에 업데이트하기 위해서
@@ -72,14 +72,14 @@ configuration transaction을 orderer에 전송한다.
7272
~$peer channel update -c mychannel -f ./updatechannel.tx -o orderer.example.com:7050
7373
```
7474

75-
### ```list``` option 예제
75+
##### ```list``` option 예제
7676
피어가 조인한 채널들의 목록을 얻을 수 있다.
7777

7878
```shell
7979
~$peer channel list
8080
```
8181

82-
### ```signconfigtx``` option 예제
82+
##### ```signconfigtx``` option 예제
8383
```./updatechannel.tx``` 파일 내에 정의된 ```channel update``` 트랜잭션을 사인한다. ```./updatechannel.tx``` 파일의
8484
크기는 configuration transaction에 성공적으로 사인 후에 변경된다.
8585

0 commit comments

Comments
 (0)