[WIP] Store completed transactions in files instead of DB (#2148)

Store completed transactions in files instead of DB
This commit is contained in:
Yeastplume
2018-12-14 16:24:53 +00:00
committed by GitHub
parent 32a7c309e7
commit 8e678058f1
11 changed files with 141 additions and 80 deletions
+3 -1
View File
@@ -408,7 +408,7 @@ mod wallet_tests {
Ok(())
})?;
// Try using the self-send method
// Try using the self-send method, splitting up outputs for the fun of it
let arg_vec = vec![
"grin",
"wallet",
@@ -423,6 +423,8 @@ mod wallet_tests {
"mining",
"-g",
"Self love",
"-o",
"75",
"-s",
"smallest",
"10",