Skip to content

Commit

Permalink
🐛 #888
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jan 7, 2024
1 parent cb99016 commit 80d4133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/domain/usecases/transaction/send_transaction.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ extension SendTransactionCommandConversion on SendTransactionCommand {
break;
case 'transfer':
case 'token':
case 'contract':
indexSearchRef = senderAccount.genesisAddress;
break;
default:
Expand Down Expand Up @@ -75,6 +76,7 @@ extension SendTransactionCommandConversion on SendTransactionCommand {
break;
case 'transfer':
case 'token':
case 'contract':
signedTransaction = keychain
.buildTransaction(
transaction,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Fully decentralized and cryptocurrency non-custodial hot wallet tha

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 2.3.4+491
version: 2.3.4+492

environment:
sdk: ">=3.0.5 <4.0.0"
Expand Down

0 comments on commit 80d4133

Please sign in to comment.