Merge branch 'CW-438-add-nano' into CW-459-12-words-btc

This commit is contained in:
Matthew Fosse 2023-09-06 17:15:20 -04:00 committed by GitHub
commit bf0d871cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -234,7 +234,6 @@ extern "C"
}
void setUnlocked(bool unlocked);
};
Monero::Coins *m_coins;

View file

@ -1,6 +1,7 @@
part of 'bitcoin.dart';
class CWBitcoin extends Bitcoin {
@override
TransactionPriority getMediumTransactionPriority() => BitcoinTransactionPriority.medium;