Skip to content

Commit

Permalink
xmr: bp - black
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Aug 24, 2018
1 parent 19f0f64 commit dd69eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/monero/xmr/bulletproof.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def __getitem__(self, item):
elif item == prev + 1:
return sc_mul(self.cur, self.cur, self.x)
else:
IndexError('Only linear scan allowed')
IndexError("Only linear scan allowed")


def _ensure_dst_keyvect(dst=None, size=None):
Expand Down

0 comments on commit dd69eb1

Please sign in to comment.