Skip to content

Commit

Permalink
Change STOv1 fee per recipient to 0.00001000 OMNI
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras-crypto committed Jul 3, 2016
1 parent 4b8d5bb commit 9bce732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omnicore/sto.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct SendToOwners_compare

//! Fee required to be paid per owner/receiver, nominated in willets
const int64_t TRANSFER_FEE_PER_OWNER = 1;
const int64_t TRANSFER_FEE_PER_OWNER_V1 = 100;
const int64_t TRANSFER_FEE_PER_OWNER_V1 = 1000;

//! Set of owner/receivers, sorted by amount they own or might receive
typedef std::set<std::pair<int64_t, std::string>, SendToOwners_compare> OwnerAddrType;
Expand Down

0 comments on commit 9bce732

Please sign in to comment.