Fix importing transactions in wrong order
This commit is contained in:
@@ -54,7 +54,7 @@ export default function PrepareTransactionsPage() {
|
||||
return;
|
||||
}
|
||||
|
||||
const response = await submitTransactions(selectedTransactions, state.server, opts);
|
||||
const response = await submitTransactions(selectedTransactions.slice().reverse(), state.server, opts);
|
||||
|
||||
dispatch({
|
||||
type: 'SET_RESULT',
|
||||
|
||||
Reference in New Issue
Block a user