1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

allow copy(logState()) to copy to clipboard

This commit is contained in:
Dan Finlay 2017-05-07 15:20:56 -07:00
parent 6f40447015
commit 998128d4df

View File

@ -44,6 +44,7 @@ function rootReducer (state, action) {
window.logState = function () {
var stateString = JSON.stringify(window.METAMASK_CACHED_LOG_STATE, removeSeedWords, 2)
console.log(stateString)
return stateString
}
function removeSeedWords (key, value) {