Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: verify text instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
luciorubeens committed Jun 27, 2018
1 parent 2cf2520 commit 66213ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion client/app/src/accounts/view/verifyMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2 translate>Verify Message</h2>
<input ng-model="verify.message" ng-required="true" type="text">
<div class="hint">
<translate>Format (JSON)</translate>:
{ "publicKey": "…", "signature": "…", "message": "…" }
{ "publickey": "…", "signature": "…", "message": "…" }
</div>
</md-input-container>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@

this.verifyMessage = signedMessage => {
function verify () {
console.log($scope.verify)
const message = $scope.verify.message
const publickey = $scope.verify.publickey
const signature = $scope.verify.signature
Expand Down

0 comments on commit 66213ae

Please sign in to comment.