Skip to content

Commit ab55aad

Browse files
authored
Merge pull request #222 from oasisprotocol/aefhm-patch-2
Fix up Go package instructions
2 parents 08b5fa2 + 8f14bf2 commit ab55aad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clients/go/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To build and test locally, import the `Go` package.
2323
### Go-Ethereum ABI
2424

2525
After [generating](https://geth.ethereum.org/docs/dapp/abigen) the Go bindings
26-
for a particular Solidity contract, you can use dial an Ethereum client with the
26+
for a particular Solidity contract, you can instantiate an Ethereum client with the
2727
Sapphire Paratime gateway URL and instantiate a `sapphire.WrappedBackend` as a drop in
2828
replacement.
2929

@@ -54,7 +54,7 @@ packedTx := sapphire.PackTx(tx, sapphire.NewCipher(sapphireTestnetChainId))
5454
signedTx := sign(packedTx) // using your usual signer
5555
```
5656

57-
and sending it with an normal, not-wrapped `ethclient`:
57+
and sending it with a normal, not-wrapped `ethclient`:
5858

5959
```Go
6060
ethclient.SendTransaction(ctx, signedTx)

0 commit comments

Comments
 (0)