Skip to content

Commit ec756b2

Browse files
committed
Merge branch 'tomas/pub-masp-types' (#2762)
* origin/tomas/pub-masp-types: changelog: add #2762 sdk: re-pub masp types from core
2 parents da17d6f + cdfa631 commit ec756b2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Make more MASP types public.
2+
([\#2762](https://github.com/anoma/namada/pull/2762))

crates/sdk/src/masp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ use masp_proofs::prover::LocalTxProver;
5252
use masp_proofs::sapling::SaplingVerificationContext;
5353
use namada_core::address::{Address, MASP};
5454
use namada_core::dec::Dec;
55-
use namada_core::masp::{
55+
pub use namada_core::masp::{
5656
encode_asset_type, AssetData, BalanceOwner, ExtendedViewingKey,
5757
PaymentAddress, TransferSource, TransferTarget,
5858
};

0 commit comments

Comments
 (0)