Skip to content

Commit

Permalink
warn( -> warning(
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Dec 19, 2018
1 parent ca2d842 commit c287bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphenecommon/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def finalizeOp(self, ops, account, permission, **kwargs):
"""
if "append_to" in kwargs and kwargs["append_to"]:
if self.proposer:
log.warn(
log.warning(
"You may not use append_to and bitshares.proposer at "
"the same time. Append bitshares.new_proposal(..) instead"
)
Expand Down

0 comments on commit c287bce

Please sign in to comment.