Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion ioctl/cmd/ioid/projectregister.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func register(args []string) error {
}

projectId := new(big.Int).SetBytes(receipt.ReceiptInfo.Receipt.Logs[0].Topics[3])
fmt.Printf("Registerd ioID project id is %s\n", projectId.String())
fmt.Printf("Registered ioID project id is %s\n", projectId.String())

return nil
}
2 changes: 1 addition & 1 deletion tools/xctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ xctl is a command-line interface for interacting with consortium blockchain.
`./buildcli.sh`


If you want to build xctl on Windows, you need to install mingw. Package manager [Chocolatey](https://chocolatey.org/) provides an easy way to intall latest mingw.
If you want to build xctl on Windows, you need to install mingw. Package manager [Chocolatey](https://chocolatey.org/) provides an easy way to install latest mingw.
`C:\Windows\system32> choco install mingw`


Expand Down
2 changes: 1 addition & 1 deletion tools/xctl/readme/docgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ xctl is a command-line interface for interacting with consortium blockchain.
# Build
` + "`./buildcli.sh`\n" + `

If you want to build xctl on Windows, you need to install mingw. Package manager [Chocolatey](https://chocolatey.org/) provides an easy way to intall latest mingw.
If you want to build xctl on Windows, you need to install mingw. Package manager [Chocolatey](https://chocolatey.org/) provides an easy way to install latest mingw.
` + "`C:\\Windows\\system32> choco install mingw`\n" + `

After this command, target bin files will be placed in ./release/ folder, upload them to
Expand Down