Skip to content

Commit

Permalink
default to legacy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Mar 4, 2019
1 parent 20dab80 commit 3cb26a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet.h
Expand Up @@ -90,7 +90,7 @@ enum OutputType : int
OUTPUT_TYPE_P2SH_SEGWIT,
OUTPUT_TYPE_BECH32,

OUTPUT_TYPE_DEFAULT = OUTPUT_TYPE_P2SH_SEGWIT
OUTPUT_TYPE_DEFAULT = OUTPUT_TYPE_LEGACY
};

extern OutputType g_address_type;
Expand Down

0 comments on commit 3cb26a1

Please sign in to comment.