]> Untitled Git - bdk/commitdiff
Fix whitespace and curse emacs
authorLLFourn <lloyd.fourn@gmail.com>
Sat, 30 Jan 2021 02:05:23 +0000 (13:05 +1100)
committerLLFourn <lloyd.fourn@gmail.com>
Sat, 30 Jan 2021 02:05:23 +0000 (13:05 +1100)
CHANGELOG.md
README.md

index 1071f91cfa99895abf771f0259eebdda138e53d7..71996301471cce2202b65c4ac7e75b8c3646ea71 100644 (file)
@@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Remove `BlockchainMarker`, `OfflineClient` and `OfflineWallet` in favor of just using the unit
   type to mark for a missing client.
 - Upgrade `tokio` to `1.0`.
-  
+
 #### Transaction Creation Overhaul
 
 The `TxBuilder` is now created from the `build_tx` or `build_fee_bump` functions on wallet and the
index 7a173658bb155cfc9c9da01092149d4d139b32ff..ef491d033c9441fcaad61f5eea6892858cb577ec 100644 (file)
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ fn main() -> Result<(), bdk::Error> {
     wallet.sync(noop_progress(), None)?;
 
     let send_to = wallet.get_new_address()?;
-    let (psbt, details) = { 
+    let (psbt, details) = {
         let mut builder = wallet.build_tx();
         builder
             .add_recipient(send_to.script_pubkey(), 50_000)