Skip to content

Commit

Permalink
client/asset/dash: Update minNetworkVersion to v19.2.0. (#2484)
Browse files Browse the repository at this point in the history
Co-authored-by: dev <[email protected]>
  • Loading branch information
dev-warrior777 and xorzero777 authored Aug 31, 2023
1 parent c34c89e commit 8d056d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/asset/dash/dash.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
const (
version = 0
BipID = 5
minNetworkVersion = 190100 // Dash v19.1.0, proto: 70227
minNetworkVersion = 190200 // Dash v19.2.0, proto: 70228. Breaking change
walletTypeRPC = "dashdRPC"
defaultRedeemConfTarget = 2
)
Expand Down

0 comments on commit 8d056d4

Please sign in to comment.