Skip to content

Commit

Permalink
BECH32 Default Addressing begining with picscoin:1
Browse files Browse the repository at this point in the history
Since all addresses are lowercase, makes easier to write them down easier
  • Loading branch information
minblock authored Jan 16, 2019
1 parent 4efd181 commit 862c38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ enum OutputType : int
OUTPUT_TYPE_P2SH_SEGWIT,
OUTPUT_TYPE_BECH32,

OUTPUT_TYPE_DEFAULT = OUTPUT_TYPE_P2SH_SEGWIT
OUTPUT_TYPE_DEFAULT = OUTPUT_TYPE_BECH32
};

extern OutputType g_address_type;
Expand Down

0 comments on commit 862c38a

Please sign in to comment.