Skip to content

Commit

Permalink
fix constants for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
vekexasia committed Apr 10, 2018
1 parent 6552f47 commit f7de903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
epochTime : new Date(Date.UTC(2016, 4, 24, 17, 0, 0, 0)),
minVersion : [
{ height: 1, ver: '^0.1.0' },
{ height: 500000, ver: '>=0.1.2' },
{ height: 500000, ver: '>=0.1.0' },
],
fees : [
{
Expand Down

0 comments on commit f7de903

Please sign in to comment.