Skip to content

Commit

Permalink
Atualizar o README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafazzzz authored Dec 15, 2024
1 parent eeeeb5f commit b32122d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
message TransactionResponse {

Check failure on line 1 in README.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

First line in a file should be a top-level heading [Context: "message TransactionResponse {"]

README.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "message TransactionResponse {"]
oneof transaction {
TonTransaction ton = 607;
}
}

service TransactionBuilderGrpc {
rpc BuildTransfer (BuildTransferRequest) returns (TransactionResponse){}
# Ethereum Request for Comments (ERCs)

Check failure on line 9 in README.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "# Ethereum Request for Comments (ERCs)"]

README.md:9 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "# Ethereum Request for Comments (ERCs)"]

*Please note that ERCs were recently separated from the [EIPs](https://github.com/ethereum/eips) repo.*
Expand Down

0 comments on commit b32122d

Please sign in to comment.