Memo
Toggle navigation
Home
Posts
Tokens
Topics
Profiles
Signup
Login
Create account
SuperHacker
replied
1d
Share
Explore
Block Explorer (BCH)
Blockchair
Member
ViaWallet
SuperHacker
memo-msg/src/main.rs
fn execute_impl(args: Vec<&str>) -> Result<Vec<u8>> {
let out = Command::new("bitcoin-cli").args(args).output()?.stdout;
Ok(out)
}
Message
Cancel
Creating...
Processing...