Skip to content

Commit

Permalink
Fix slpgraph indexer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Dec 21, 2024
1 parent 80f6be1 commit 41a5117
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chaincfg/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@ var ChipNetParams = Params{

// slp indexer parameters
SlpIndexStartHeight: 0,
SlpIndexStartHash: newHashFromStr("000000001dd410c49a788668ce26751718cc797474d3152a5fc073dd44fd9f7b"),
SlpAddressPrefix: "slptest",
}

Expand Down Expand Up @@ -890,6 +891,7 @@ var TestNet4Params = Params{

// slp indexer parameters
SlpIndexStartHeight: 0,
SlpIndexStartHash: newHashFromStr("000000001dd410c49a788668ce26751718cc797474d3152a5fc073dd44fd9f7b"),
SlpAddressPrefix: "slptest",
}

Expand Down

0 comments on commit 41a5117

Please sign in to comment.