Skip to content

Commit a9069dd

Browse files
Set symbol/address prefix to graphene
Change symbol from BTS -> CORE Change address prefix from BTS -> GPH These are the graphene values, rather than the bitshares values. The follow my vote software expects the graphene values.
1 parent 65fb125 commit a9069dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libraries/chain/include/graphene/chain/config.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
*/
2424
#pragma once
2525

26-
#define GRAPHENE_SYMBOL "BTS"
27-
#define GRAPHENE_ADDRESS_PREFIX "BTS"
26+
#define GRAPHENE_SYMBOL "CORE"
27+
#define GRAPHENE_ADDRESS_PREFIX "GPH"
2828

2929
#define GRAPHENE_MIN_ACCOUNT_NAME_LENGTH 1
3030
#define GRAPHENE_MAX_ACCOUNT_NAME_LENGTH 63

0 commit comments

Comments
 (0)