You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use `coinbase_payload` from `getblocktemplate` to get extra payload needed to construct this transaction.
126
+
113
127
PrivateSend
114
128
-----------
115
129
With further refactoring of PrivateSend code it became possible to implement mixing in few parallel
@@ -198,6 +212,7 @@ There are a few changes in existing RPC interfaces in this release:
198
212
-`masternode status` and `masternode list` show some DIP0003 related info now;
199
213
-`previousbits` and `coinbase_payload` fields were added in `getblocktemplate`;
200
214
-`getblocktemplate` now returns an array for masternode payments instead of a single object (miners and mining pools have to upgrade their software to support multiple masternode payees);
215
+
- masternode and superblock payments in `getblocktemplate` show payee scriptPubKey in `script` field in addition to payee address in `payee`;
0 commit comments