Skip to content

Commit

Permalink
feat: use leather theme from preset, ref leather-io/issues#62
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed May 24, 2024
1 parent b98a5e7 commit d910b9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/store/transactions/token-transfer.hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export function useGenerateFtTokenTransferUnsignedTx(info: Sip10CryptoAssetInfo)
return useCallback(
async (values?: StacksSendFormValues | StacksTransactionFormValues) => {
try {
debugger;
if (!account) return;

const functionName = 'transfer';
Expand Down Expand Up @@ -144,6 +145,7 @@ export function useGenerateFtTokenTransferUnsignedTx(info: Sip10CryptoAssetInfo)

return generateUnsignedTransaction(options);
} catch (error) {
debugger;
logger.error('Failed to generate unsigned transaction', error);
return;
}
Expand Down

0 comments on commit d910b9a

Please sign in to comment.