mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-12-17 11:57:02 +01:00
BTC Certificate feature
Added the ability to register card content on the BTC blockchain in order to certify its existance/content
This commit is contained in:
@@ -69,7 +69,7 @@ Clipperz.Base.extend(Clipperz.Async.Deferred, MochiKit.Async.Deferred, {
|
||||
if (! (aResult instanceof MochiKit.Async.CancelledError)) {
|
||||
message = "ERROR [" + deferredName + "]";
|
||||
} else {
|
||||
message = "CANCELLED - " + deferredName;
|
||||
message = "CANCELED - " + deferredName;
|
||||
}
|
||||
Clipperz.log(message, aResult);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user