Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Merge branch 'feat/deploy-through-account-#259' of github.com:ericnor…
Browse files Browse the repository at this point in the history
…delo/nile into feat/deploy-through-account-#259
  • Loading branch information
ericnordelo committed Nov 17, 2022
2 parents 08cd4f2 + 24f396a commit 7c97c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ nile deploy <private_key_alias> <contract> [--alias ALIAS] [--network NETWORK] [
For example:

```sh
nile deploy setup_account_alias contract --alias my_contract
nile deploy <private_key_alias> contract --alias my_contract

🚀 Deploying contract
⏳ ️Deployment of contract successfully sent at 0x07ec10eb0758f7b1bc5aed0d5b4d30db0ab3c087eba85d60858be46c1a5e4680
Expand Down
2 changes: 1 addition & 1 deletion src/nile/core/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async def send(
query_type=None,
watch_mode=None,
):
"""Execute a query or invoke call for a tx going through an Account."""
"""Execute or simulate an Account transaction."""
target_address = self._get_target_address(address_or_alias)

# process and parse arguments
Expand Down

0 comments on commit 7c97c42

Please sign in to comment.