We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c46f121 + 600a411 commit bcd1e46Copy full SHA for bcd1e46
1 file changed
XRPLib/encoder.py
@@ -84,7 +84,6 @@ def get_position_counts(self):
84
counts = self.sm.get()
85
if(counts > 2**31):
86
counts -= 2**32
87
-
88
if self.flip_dir:
89
counts *= -1
90
0 commit comments