Skip to content

Commit

Permalink
chore(tx): change default tx fee
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Dalderup authored and Maurice Dalderup committed Mar 9, 2019
1 parent 2290aba commit c8f5037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/settings/actions/feeActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createActions } from 'spunky';

import { getStorage, setStorage } from 'shared/lib/storage';

const DEFAULT_FEE = '0.00000001';
const DEFAULT_FEE = '0.00000000';

export const ID = 'fee';

Expand Down

0 comments on commit c8f5037

Please sign in to comment.