Skip to content

Commit

Permalink
Add creation fee for devnet (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
monstrobishi authored May 15, 2021
1 parent e76d41f commit d74704f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,9 @@ class CDevNetParams : public CChainParams {
consensus.mn.anchoringTimeDepth = 3 * 60 * 60; // 3 hours
consensus.mn.anchoringTeamChange = 120; // Number of blocks

consensus.token.creationFee = 100 * COIN;
consensus.token.collateralAmount = 1 * COIN;

consensus.spv.creationFee = 100000; // should be > bitcoin's dust
consensus.spv.wallet_xpub = "tpubD9RkyYW1ixvD9vXVpYB1ka8rPZJaEQoKraYN7YnxbBxxsRYEMZgRTDRGEo1MzQd7r5KWxH8eRaQDVDaDuT4GnWgGd17xbk6An6JMdN4dwsY"; /// @note devnet matter
consensus.spv.anchors_address = "mpAkq2LyaUvKrJm2agbswrkn3QG9febnqL"; /// @note devnet matter
Expand Down

0 comments on commit d74704f

Please sign in to comment.