arweave-uploader
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -192,3 +192,3 @@ "use strict"; | ||
tx.addTag('Retry', (new Date().valueOf() / 1000).toString()); | ||
return [4, exports.upload(tx, wallet)]; | ||
return [4, exports.upload(tx, wallet, userReference)]; | ||
case 31: return [2, _a.sent()]; | ||
@@ -195,0 +195,0 @@ } |
{ | ||
"name": "arweave-uploader", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -5,4 +5,4 @@ # arweave-uploader (work in progress) | ||
** N.B. this only works for value transfer or very small data txs | ||
** N.B. Warning! Tx retry may create multiple txs during periods of unusually high network/gateway load | ||
- ** N.B. this only works for value transfer or very small data txs | ||
- ** N.B. Warning! Tx retry may create multiple txs during periods of unusually high network/gateway load | ||
@@ -9,0 +9,0 @@ ## Installation |
Sorry, the diff of this file is not supported yet
186758