فهرست منبع

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

oars 4 ماه پیش
والد
کامیت
fc8b542a1a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/contract/money/src/client/transfer_v1/mod.rs

+ 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