mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-10 18:26:58 +00:00
Add TODO
This commit is contained in:
parent
0a2bf196e4
commit
7f1f7f86da
@ -55,7 +55,6 @@ import { QORT_DECIMALS } from '../constants/constants';
|
||||
import Base58 from '../deps/Base58';
|
||||
import ed2curve from '../deps/ed2curve';
|
||||
import nacl from '../deps/nacl-fast';
|
||||
|
||||
import {
|
||||
base64ToUint8Array,
|
||||
createSymmetricKeyAndNonce,
|
||||
@ -132,6 +131,7 @@ export async function retryTransaction(
|
||||
throwError,
|
||||
retries = MAX_RETRIES
|
||||
) {
|
||||
// TODO transalte
|
||||
let attempt = 0;
|
||||
while (attempt < retries) {
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user