chore: fix some minor issues in comments (#2365)
Signed-off-by: liangmulu <liangmulu@outlook.com>
Hanlu committed
Jul 9, 2025 at 15:11 UTC
2e2af88e09f36a7a0a2614e4946120e32d70aad6
2 files changed
+2
-2
cw_bitcoin/lib/psbt/v0_finalizer.dart
+1
-1
@@ -88,7 +88,7 @@ extension InputFinalizer on PsbtV2 {
88
}
89
}
90
91
- /// Deletes fields that are no longer neccesary from the psbt.
91
+ /// Deletes fields that are no longer necessary from the psbt.
92
///
93
/// Note, the spec doesn't say anything about removing ouput fields
94
/// like PSBT_OUT_BIP32_DERIVATION_PATH and others, so we keep them
lib/buy/dfx/dfx_buy_provider.dart
+1
-1
@@ -74,7 +74,7 @@ class DFXBuyProvider extends BuyProvider {
74
Future<String> getSignMessage(String walletAddress) async =>
75
"By_signing_this_message,_you_confirm_that_you_are_the_sole_owner_of_the_provided_Blockchain_address._Your_ID:_$walletAddress";
76
77
- // // Lets keep this just in case, but we can avoid this API Call
77
+ // Lets keep this just in case, but we can avoid this API Call
78
// Future<String> getSignMessage() async {
79
// final uri = Uri.https(_baseUrl, _signMessagePath, {'address': walletAddress});
80
//