• R/O
  • HTTP
  • SSH
  • HTTPS

Bytom-JS-SDK: Commit

It is a project for Bytom Chrome extension JS SDK https://bytom.github.io/Bytom-JS-SDK


Commit MetaInfo

Revision78bc5c2caac9cb1577e183d28087f5cc538f9acb (tree)
Time2020-08-25 17:33:41
AuthorZhiting Lin <zlin035@uott...>
CommiterZhiting Lin

Log Message

update v3.0.0 for product

Change Summary

Incremental Difference

--- a/src/sdk/accounts.js
+++ b/src/sdk/accounts.js
@@ -14,8 +14,8 @@ function accountsSDK(bytom){
1414 * @returns {Promise} List of Accounts
1515 */
1616 accountsSDK.prototype.listAccountUseServer = function() {
17- // let net = 'mainnet';
18- let net = 'testnet';
17+ let net = 'mainnet';
18+ // let net = 'testnet';
1919 let retPromise = new Promise((resolve, reject) => {
2020 getDB().then(db => {
2121 let transaction = db.transaction(['accounts-server'], 'readonly');
Show on old repository browser