Persist gas price config to local storage (#213)

This commit is contained in:
Daniel Ternyak 2017-09-24 19:53:01 -07:00 committed by GitHub
parent 5d4b36d453
commit 3abe3d0b46
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ const configureStore = () => {
throttle(() => {
saveState({
config: {
gasPriceGwei: store.getState().config.gasPriceGwei,
nodeSelection: store.getState().config.nodeSelection,
languageSelection: store.getState().config.languageSelection
},