Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 775a37b

Browse files
committed
Fixes replayed bundle being reversed
1 parent 245999f commit 775a37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iota/commands/extended/replay_bundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _execute(self, request):
4747
minWeightMagnitude = min_weight_magnitude,
4848

4949

50-
trytes = bundle.as_tryte_strings(head_to_tail=True),
50+
trytes = bundle.as_tryte_strings(),
5151
)
5252

5353

0 commit comments

Comments
 (0)