Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit bd61f93

Browse files
committed
Took out the isDevel reused seed,
1 parent 57c72c4 commit bd61f93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/js/services/raiblocksService.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ angular.module('canoeApp.services')
5050

5151
root.newRandomSeed = function () {
5252
// During dev we reuse the same wallet seed - DO NOT ADD MONEY TO THIS ONE
53-
if (platformInfo.isDevel) {
54-
$log.debug('Reusing dev seed')
55-
return 'A360BD236EA685BC187CD0784F4281BCDAB63291E0ECC795537480968C18DC8C'
56-
} else {
53+
//if (platformInfo.isDevel) {
54+
// $log.debug('Reusing dev seed')
55+
// return '<some seed>'
56+
//} else {
5757
return XRB.createSeedHex()
58-
}
58+
//}
5959
}
6060

6161
root.createWallet = function (seed) {

0 commit comments

Comments
 (0)