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:
parent
6f40447015
commit
998128d4df
@ -44,6 +44,7 @@ function rootReducer (state, action) {
|
|||||||
window.logState = function () {
|
window.logState = function () {
|
||||||
var stateString = JSON.stringify(window.METAMASK_CACHED_LOG_STATE, removeSeedWords, 2)
|
var stateString = JSON.stringify(window.METAMASK_CACHED_LOG_STATE, removeSeedWords, 2)
|
||||||
console.log(stateString)
|
console.log(stateString)
|
||||||
|
return stateString
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeSeedWords (key, value) {
|
function removeSeedWords (key, value) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user