Skip to content

Commit

Permalink
Update --fee-account flag for cosmos 0.46 compatibility #36
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Dec 1, 2022
1 parent b60c3f0 commit 4bc20cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinning_service/regen.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def anchor(iris: Iterable[str]) -> TxHash:
# Execute transaction from service account
flags = {
"--from": settings.REGEN_SERVICE_KEY_ADDRESS,
"--fee-account": settings.REGEN_KEY_ADDRESS,
"--fee-granter": settings.REGEN_KEY_ADDRESS,
"--gas-prices": f"{settings.REGEN_GAS_PRICES_AMOUNT:f}{settings.REGEN_GAS_PRICES_DENOM}",
"--broadcast-mode": "block",
"--yes": "",
Expand Down

0 comments on commit 4bc20cc

Please sign in to comment.