mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
Add TODO
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user