mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
Merge branch 'develop' into bugfix/stackerdb-dkg-test
This commit is contained in:
@@ -2350,7 +2350,8 @@ impl BitcoinRPCRequest {
|
||||
pub fn send_raw_transaction(config: &Config, tx: String) -> RPCResult<()> {
|
||||
let payload = BitcoinRPCRequest {
|
||||
method: "sendrawtransaction".to_string(),
|
||||
params: vec![tx.into()],
|
||||
// set maxfee (as uncapped) and maxburncap (new in bitcoin 25)
|
||||
params: vec![tx.into(), 0.into(), 1_000_000.into()],
|
||||
id: "stacks".to_string(),
|
||||
jsonrpc: "2.0".to_string(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user