Skip to content
Snippets Groups Projects
Commit 1906d5f9 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

WalletService.self(): Save uid into data when not linked with loadRequirements() - Fix #61

parent 89a49451
No related branches found
No related tags found
No related merge requests found
......@@ -658,6 +658,7 @@ angular.module('cesium.wallet.services', ['ngResource', 'cesium.bma.services', '
});
}
else {
data.uid = uid;
data.blockUid = block.number + '-' + block.hash;
resolve();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment