Skip to content

Commit

Permalink
Add Litecoin pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean committed Jan 27, 2014
1 parent deb9c73 commit 5fa4223
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pattern.c
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,10 @@ vg_prefix_context_add_patterns(vg_context_t *vcp,
ats = "bitcoin script";
bw = "\"3\"";
break;
case 48:
ats = "litecoin";
bw = "\"L\"";
break;
case 111:
ats = "testnet";
bw = "\"m\" or \"n\"";
Expand Down

0 comments on commit 5fa4223

Please sign in to comment.