Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn committed Feb 1, 2017
1 parent 27efa96 commit e81acf9
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5,467 deletions.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
language: node_js
node_js:
- '0.10'
- '6.9.0'
services:
- mysql
- redis
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
notifications:
slack:
secure: SlpY9HUA8yJveU7VJTAcJpCMSxMD9+4MvEktFvv4RdwhfGQMmmWdHUk6kIa/l52TvFRRzUMGaD93N00E0b3eTs1OhTEhubLQ62NBLc5r6UdQ7WO0oVsO6bQJIOFgV7imEdxu5wtLyn7+lFCCA+n6fExnHDy04V1D+psvHEZvoAg=
2 changes: 1 addition & 1 deletion lib/util/stellar-address.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ module.exports.addressFromPublicKey = function(publicKeyString) {
module.exports.newAddressFromPublicKey = function(publicKeyString) {
var publicKeyBytes = new Buffer(publicKeyString, "base64");
var keyPair = new StellarBase.Keypair({publicKey: publicKeyBytes});
return keyPair.address();
return keyPair.publicKey();
};
Loading

0 comments on commit e81acf9

Please sign in to comment.