Skip to content

Commit b65a473

Browse files
authored
Update src/content/developers/docs/transactions/index.md
1 parent 0f1c433 commit b65a473

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/transactions

1 file changed

+1
-1
lines changed

src/content/developers/docs/transactions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Example response:
100100
}
101101
```
102102

103-
- the `raw` is the signed transaction in [Recursive Length Prefix (RLP)](https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/) encoded form
103+
- the `raw` is the signed transaction in [Recursive Length Prefix (RLP)](https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp) encoded form
104104
- the `tx` is the signed transaction in JSON form
105105

106106
With the signature hash, the transaction can be cryptographically proven that it came from the sender and submitted to the network.

0 commit comments

Comments
 (0)