Skip to content

Commit

Permalink
update year
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsujlangston committed Aug 23, 2021
1 parent ed2e10f commit bd5aeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bitcore-wallet-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var client = new Client({

client.createWallet("My Wallet", "Irene", 2, 2, {network: 'testnet'}, function(err, secret) {
if (err) {
console.log('error: ',err);
console.log('error: ',err);
return
};
// Handle err
Expand Down Expand Up @@ -131,7 +131,7 @@ Return: [...]

Note that the scripts created two files named `irene.dat` and `tomas.dat`. With these files you can get status, generate addresses, create proposals, sign transactions, etc.The MIT License

Copyright (c) 2015-2020 BitPay
Copyright (c) 2015-2021 BitPay

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit bd5aeaf

Please sign in to comment.