Skip to content

Commit

Permalink
support null accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardAH committed Nov 29, 2021
1 parent 1066d47 commit 968e38f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,8 @@
} else if (st_type == 8 && to_accumulate == 41) {
// accumulate the 2 VL nibbles at the start of the account field
print_explain(hexaccum, "account vl prefix", out)
if (hexaccum == '00')
to_accumulate = 1;
hexaccum = ""
amount_type = -1
}
Expand Down

0 comments on commit 968e38f

Please sign in to comment.