mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Example transaction updates (simple raw tx)
This commit is contained in:
parent
21cd8094d0
commit
31f7365466
2 changed files with 95 additions and 99 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
REGTEST_CMD="dash-cli -regtest -rpcuser=user -rpcpassword=pass"
|
||||
RPCUSER="user"
|
||||
RPCPWD="pass"
|
||||
REGTEST_CMD="dash-cli -regtest -rpcuser=$RPCUSER -rpcpassword=$RPCPWD"
|
||||
|
||||
# SIMPLE SPENDING EXAMPLE
|
||||
# -----------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue