Skip to content

Commit

Permalink
client/wiki: Update minimum Firo version to 0.14.14.0
Browse files Browse the repository at this point in the history
	Update for consensus change hard fork
  • Loading branch information
dev-warrior777 committed Oct 1, 2024
1 parent 6334cc8 commit 3512b49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/asset/firo/firo.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const (
version = 0
// Zcoin XZC
BipID = 136
// Lelantus Spark. Net proto 90031. Wallet version 130000
minNetworkVersion = 141303
// Consensus changes v0.14.14.0
minNetworkVersion = 141400
walletTypeRPC = "firodRPC"
walletTypeElectrum = "electrumRPC"
estimateFeeConfs = 2 // 2 blocks should be enough
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/Client-Installation-and-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ checkmark in the "native" column, no external software is required.
| Dogecoin | x | [v1.14.7.0](https://dogecoin.com/) | x | |
| Zcash | x | [v5.4.2](https://z.cash/download/) | x | |
| Dash | x | [v20.1.1](https://github.com/dashpay/dash/releases) | x | |
| Firo | x | [v0.14.13.3](https://github.com/firoorg/firo/releases) | [v4.1.5.5](https://github.com/firoorg/electrum-firo/releases) | |
| Firo | x | [v0.14.14.0](https://github.com/firoorg/firo/releases) | [v4.1.5.5](https://github.com/firoorg/electrum-firo/releases) | |

NOTE: The Electrum option is less mature and provides less privacy than the
other wallet types. Some manual configuration of the Electrum wallet's RPC
Expand Down

0 comments on commit 3512b49

Please sign in to comment.