Преглед изворни кода

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