Skip to content

Commit

Permalink
Add hodl wallet to the useragent instead of bread
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgue committed Jul 5, 2018
1 parent 8608b5a commit 5f3d6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BRPeer.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ extern "C" {
#define SERVICES_NODE_BLOOM 0x04 // BIP111: https://github.com/bitcoin/bips/blob/master/bip-0111.mediawiki
#define SERVICES_NODE_BCASH 0x20 // https://github.com/Bitcoin-UAHF/spec/blob/master/uahf-technical-spec.md

#define BR_VERSION "2.1"
#define USER_AGENT "/bread:" BR_VERSION "/"
#define BR_VERSION "0.1"
#define USER_AGENT "/hodlwallet:" BR_VERSION "/"

// explanation of message types at: https://en.bitcoin.it/wiki/Protocol_specification
#define MSG_VERSION "version"
Expand Down

0 comments on commit 5f3d6b0

Please sign in to comment.