Skip to content

Commit

Permalink
Merge pull request #82 from paulrouge/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
eunsoo-icon committed May 4, 2023
2 parents 840a553 + 0b477bd commit c52784a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ transaction = DeployTransactionBuilder()\
.step_limit(1000000)\
.nid(3)\
.nonce(100)\
.content_type("application/zip")\
.content_type("application/java")\
.content(b'D8\xe9...\xfc')\
.params(params)\
.build()
Expand Down Expand Up @@ -935,7 +935,7 @@ transaction = DeployTransactionBuilder()\
.step_limit(1000000)\
.nid(3)\
.nonce(100)\
.content_type("application/zip")\
.content_type("application/java")\
.content(b'D8\xe9...\xfc')\
.params(params)\
.build()
Expand Down

0 comments on commit c52784a

Please sign in to comment.