]> Untitled Git - bdk/commit
feat(persist): Add stage_and_commit to Persist
authorLLFourn <lloyd.fourn@gmail.com>
Fri, 19 Jan 2024 00:23:46 +0000 (11:23 +1100)
committerLLFourn <lloyd.fourn@gmail.com>
Fri, 19 Jan 2024 00:28:56 +0000 (11:28 +1100)
commite6433fb2c1526cff37e3a17cc71986759ebac30f
treeb2ebf19167c92d64542fa45c9c4fcf46f58eca03
parent0bee46e75bc99112abc15de59984e6059ff874e5
feat(persist): Add stage_and_commit to Persist

In the example_cli we were not always committing (seemingly by mistake).
This then caused all the examples to have to compensate by manually
committing.
crates/chain/src/persist.rs
example-crates/example_bitcoind_rpc_polling/src/main.rs
example-crates/example_cli/src/lib.rs
example-crates/example_electrum/src/main.rs
example-crates/example_esplora/src/main.rs