Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
v0.2.0 Logos Network R2 Compatible Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormtv committed Apr 30, 2019
1 parent bcbfd08 commit 2be5f15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logosnetwork/logos-webwallet-sdk",
"version": "0.1.30",
"version": "0.2.0",
"description": "Create Logos wallets without a full Logos node",
"keywords": [
"Logos",
Expand Down
14 changes: 0 additions & 14 deletions src/TokenAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,20 +321,6 @@ class TokenAccount {
this._pendingChain = []
}

/**
* Previous hexadecimal hash of the last confirmed or pending request
* @type {Hexadecimal64Length}
* @private
*/
this._previous = null

/**
* Sequence number of the last confirmed or pending request plus one
* @type {number}
* @private
*/
this._sequence = null

/**
* Account version of webwallet SDK
* @type {number}
Expand Down

0 comments on commit 2be5f15

Please sign in to comment.