keys name

This commit is contained in:
Matias Alejo Garcia 2015-02-07 04:14:53 -03:00
parent ea24e093c0
commit 3d8cc2e2a3
1 changed files with 2 additions and 2 deletions

View File

@ -32,10 +32,10 @@ var opKeyTs = function(key) {
var KEY = {
WALLET: function(id) {
return 'wallet::' + id;
return 'wallet!' + id;
},
COPAYER: function(id) {
return 'copayer::' + id;
return 'copayer!' + id;
},
TXP: function(walletId, txProposalId) {
return 'txp!' + walletId + opKey(txProposalId);