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

Add mock random value generator

This commit is contained in:
Dan Finlay 2017-09-25 14:45:28 -07:00
parent fd985e7ec1
commit feed9a5a17

View File

@ -29,4 +29,8 @@ module.exports = {
return 'WHADDASALT!'
},
getRandomValues () {
return 'SOO RANDO!!!1'
}
}