Skip to content

Commit 5f2722a

Browse files
committed
typo
1 parent 3fa26e9 commit 5f2722a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/blockchain/service/connect-metamask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Remix is a browser-based Solidity development environment. Using MetaMask and Re
118118
119119
There are two actions **add** and **get** that map to the functions defined in the contract.
120120
121-
1. To perform an **add** transaction on the blockchain, enter a number to add then select **add**. You may get an gas estimation failure message from Remix. You are sending the transaction to a private blockchain that does not require gas. Select **Send Transaction** to force the transaction.
121+
1. To perform an **add** transaction on the blockchain, enter a number to add then select **add**. You may get a gas estimation failure message from Remix. You are sending the transaction to a private blockchain that does not require gas. Select **Send Transaction** to force the transaction.
122122
1. Similar to when you deployed the contract, a MetaMask notification is displayed alerting you of insufficient funds to perform the transaction.
123123
124124
Since this is a private network in a consortium, we can set gas price to zero.

0 commit comments

Comments
 (0)