Skip to content

Commit

Permalink
Fixup burn tx type
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny authored Mar 28, 2022
1 parent 36e29d8 commit 33e1fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lto/transactions/burn.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class Burn(Transaction):
TYPE = 15
TYPE = 21
DEFAULT_FEE = 100000000
DEFAULT_VERSION = 3

Expand Down

0 comments on commit 33e1fdf

Please sign in to comment.