@@ -150,13 +150,29 @@ bool CheckActivationAuthorization(const std::string& sender)
150
150
"addresses": [
151
151
"1883ZMsRJfzKNozUBJBTCxQ7EaiNioNDWz", // Zathras - [email protected] - Project maintainer, developer
152
152
"1HHv91gRxqBzQ3gydMob3LU8hqXcWoLfvd", // dexx - [email protected] - Project maintainer, developer
153
- "1oyvGmABkeFRUECn2t8DEZPes6F7Gsc9T", // J.R. Willett - [email protected] - Founder and Board Member
154
- "17xr7sbehYY4YSZX9yuJe6gK9rrdRrZx26", // Craig Sellars - [email protected] - Technologist and Board Member
153
+ "1oyvGmABkeFRUECn2t8DEZPes6F7Gsc9T", // J.R. Willett - [email protected] - Founder and board member
154
+ "17xr7sbehYY4YSZX9yuJe6gK9rrdRrZx26", // Craig Sellars - [email protected] - Technologist and board member
155
155
"16oDZYCspsczfgKXVj3xyvsxH21NpEj94F" // Adam Chamely - [email protected] - Project maintainer, developer
156
156
],
157
157
*/
158
158
whitelisted.insert (" 3Fc5gWzEQh1YGeqVXH6E4GDEGgbZJREJQ3" );
159
159
160
+ // Alternatively: 3 out of 3 signatures required
161
+ /*
162
+ {
163
+ "address": "33jx18123xJS59hnHwCgsr6zvYPfiCussh",
164
+ "scriptPubKey": "a914167e39ef2efa6612405c9175c5a37a2af1c8cef287",
165
+ "hex": "5321036a4caa95ec1d55f1b75a8b6c7345f22b4efc9e25d38ab058ef7d6f60b3b744f74104b7a3d7f7ccdf211dfd180815b87332b4773cc40bff72a4d0bb60f3a85409d19f99709331c6b11c976fe274a86d789a1cf2b3b0be29fe5fc55c93ad9e08459c4f4104e65b098558d637cfcf3194214637f8838338b141259b698d2a027b069d405b6502ad4a4e9aa75094fa431a6c9af580f5917834a6d4cec946054df33194b2967853ae",
166
+ "addresses": [
167
+ "1HHv91gRxqBzQ3gydMob3LU8hqXcWoLfvd", // dexx - [email protected] - Project maintainer, developer
168
+ "17xr7sbehYY4YSZX9yuJe6gK9rrdRrZx26", // Craig Sellars - [email protected] - Technologist and board member
169
+ "16oDZYCspsczfgKXVj3xyvsxH21NpEj94F" // Adam Chamely - [email protected] - Project maintainer, developer
170
+ ],
171
+ "sigsrequired": 3,
172
+ }
173
+ */
174
+ whitelisted.insert (" 33jx18123xJS59hnHwCgsr6zvYPfiCussh" );
175
+
160
176
// Testnet / Regtest
161
177
// use -omniactivationallowsender for testing
162
178
0 commit comments