From ecbefc7fb3358764622a9867831004ca570f094b Mon Sep 17 00:00:00 2001 From: Holger <holger@nahrstaedt.de> Date: Tue, 23 Oct 2018 13:29:33 +0200 Subject: [PATCH] Fix typo in witness.py --- beem/witness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beem/witness.py b/beem/witness.py index 6c05a0ce..3fd38fc9 100644 --- a/beem/witness.py +++ b/beem/witness.py @@ -126,7 +126,7 @@ class Witness(BlockchainObject): :param str account: (optional) the source account for the transfer if not self["owner"] """ - quote = quote if quote is not None else "1.000 %s" % (self.steem.symbol) + quote = quote if quote is not None else "1.000 %s" % (self.steem.steem_symbol) if not account: account = self["owner"] if not account: -- GitLab