Skip to content

Commit 33e1fdf

Browse files
authored
Fixup burn tx type
1 parent 36e29d8 commit 33e1fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lto/transactions/burn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class Burn(Transaction):
8-
TYPE = 15
8+
TYPE = 21
99
DEFAULT_FEE = 100000000
1010
DEFAULT_VERSION = 3
1111

0 commit comments

Comments
 (0)