remove tar.gz dist files

Niko PLP 2 weeks ago
parent d84f0e051d
commit 1b5f98156d
  1. 1
      .gitignore
  2. 2
      nextgraph/src/local_broker.rs
  3. BIN
      ng-app/dist-file.tar.gz
  4. BIN
      ng-app/dist-web.tar.gz
  5. BIN
      ng-sdk-js/pkg.tar.gz
  6. BIN
      ng-wallet/tests/valid_security_image.jpg

1
.gitignore vendored

@ -1,4 +1,5 @@
*~
*.tar.gz
.ng
.direnv
!.github

@ -903,7 +903,7 @@ pub async fn wallets_get_all() -> Result<HashMap<String, LocalWalletStorageV0>,
///
/// See [CreateWalletV0] for a list of parameters.
///
/// Wallets are transferable to to other devices (see [wallet_get_file] and [wallet_import])
/// Wallets are transferable to other devices (see [wallet_get_file] and [wallet_import])
pub async fn wallet_create_v0(params: CreateWalletV0) -> Result<CreateWalletResultV0, NgError> {
// TODO: entering sub-block to release the lock asap
let mut broker = match LOCAL_BROKER.get() {

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

Loading…
Cancel
Save