Skip to content

Commit

Permalink
Fix OpenExo prefix comments (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
checho1989 authored Sep 17, 2020
1 parent 1d8605e commit b2a9869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Networks/OpenExo/OpenExo/OpenExoSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ internal class OpenExoSetup
DefaultRPCPort = 4561,
DefaultAPIPort = 39120,
DefaultSignalRPort = 39620,
PubKeyAddress = 28, // R https://en.bitcoin.it/wiki/List_of_address_prefixes
ScriptAddress = 87, // r
PubKeyAddress = 28, // C https://en.bitcoin.it/wiki/List_of_address_prefixes
ScriptAddress = 87, // c
SecretAddress = 156,
GenesisTime = 1523205120,
GenesisNonce = 842767,
Expand Down

0 comments on commit b2a9869

Please sign in to comment.