Skip to content

Commit

Permalink
Merge pull request #43 from proximax-storage/develop
Browse files Browse the repository at this point in the history
update ci
  • Loading branch information
shinneng authored Sep 19, 2023
2 parents e2e950f + 3d97359 commit d503733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
uses: k-paxian/dart-package-publisher@master
with:
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
force: true
2 changes: 0 additions & 2 deletions lib/src/model/transaction/abstract_transaction.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ class AbstractTransaction with TransactionInfo {
bool hasMissingSignatures() =>
height!.toInt() == 0 && transactionHash != merkleComponentHash;

bool isUnannounced() => this == null;

@override
String toString() => _absToString();

Expand Down

0 comments on commit d503733

Please sign in to comment.