Bladeren bron

wallet: Export WalletDb and WalletPtr

parazyd 3 jaren geleden
bovenliggende
commit
54ec918c8e
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      src/wallet/mod.rs

+ 2 - 1
src/wallet/mod.rs

@@ -16,5 +16,6 @@
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
  */
 
 
-//pub mod cashierdb;
+/// Main wallet primitives, extendable by traits.
 pub mod walletdb;
 pub mod walletdb;
+pub use walletdb::{WalletDb, WalletPtr};