Skip to content

Commit

Permalink
Add multi-sig address for founder payments
Browse files Browse the repository at this point in the history
  • Loading branch information
alamshafil committed Sep 22, 2022
1 parent 2ffc9d3 commit da62855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/founder_payment.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

using namespace std;

static const string DEFAULT_FOUNDER_ADDRESS = "RDs4A4sDHp4otDHQQuFSaPDYEg2xx3hbdN";
static const string DEFAULT_FOUNDER_ADDRESS = "rPC7kPCNPAVnUvQs4fWEvnFwJ4yfKvArXM";

struct FounderRewardStructure {
int blockHeight;
Expand Down

0 comments on commit da62855

Please sign in to comment.