user 6 anni fa
parent
commit
7c66ecf47a
3 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 1 0
      lib/index.js
  2. 1 1
      lib/index.js.map
  3. 1 0
      src/index.ts

+ 1 - 0
lib/index.js

@@ -101,6 +101,7 @@ class BankClient {
                 method: 'GET',
                 url: this.urlBase + '/bank/nonce'
             });
+            console.log('nonce', nonce);
             return Number(nonce);
         });
     }

File diff suppressed because it is too large
+ 1 - 1
lib/index.js.map


+ 1 - 0
src/index.ts

@@ -97,6 +97,7 @@ export class BankClient {
         method: 'GET',
         url: this.urlBase + '/bank/nonce'
       });
+      console.log('nonce', nonce);
       return Number(nonce);
     }