Просмотр исходного кода

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

oars 4 месяцев назад
Родитель
Сommit
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