Skip to content

Commit

Permalink
chore: update RGB Core
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 14, 2023
1 parent 2c76847 commit 48fa057
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ strict_encoding = "2.5.0"
strict_types = "1.5.0"
commit_verify = { version = "0.10.4", features = ["stl"] }
bp-core = { version = "0.10.5", features = ["stl"] }
rgb-core = { version = "0.10.4", features = ["stl"] }
rgb-core = { version = "0.10.5", features = ["stl"] }

[package]
name = "rgb-wallet"
Expand Down Expand Up @@ -76,6 +76,3 @@ wasm-bindgen-test = "0.3"

[package.metadata.docs.rs]
features = [ "all" ]

[patch.crates-io]
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "resoler" }
2 changes: 1 addition & 1 deletion std/src/persistence/stock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ impl Inventory for Stock {
.ok_or(InventoryInconsistency::StateAbsent(contract_id))?;
for item in bundle.values() {
if let Some(transition) = &item.transition {
let ord_txid = WitnessAnchor::with_mempool(witness_txid);
let ord_txid = WitnessAnchor::from_mempool(witness_txid);
history.add_transition(transition, ord_txid);
}
}
Expand Down

0 comments on commit 48fa057

Please sign in to comment.