Procházet zdrojové kódy

contract/money/client/transfer_v1: make proof module accessible, important when building custom transfer calls

oars před 4 měsíci
rodič
revize
fc8b542a1a

+ 1 - 1
src/contract/money/src/client/transfer_v1/mod.rs

@@ -36,7 +36,7 @@ pub use builder::{
     TransferCallSecrets,
 };
 
-pub(crate) mod proof;
+pub mod proof;
 
 /// Select coins from `coins` of at least `min_value` in total.
 /// Different strategies can be used. This function uses the dumb strategy