mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-15 09:07:47 +08:00
Remove maximumCount filter
This commit is contained in:
@@ -763,8 +763,7 @@ impl BitcoinRPCRequest {
|
||||
addresses.into(),
|
||||
include_unsafe.into(),
|
||||
json!({
|
||||
"minimumAmount": minimum_amount,
|
||||
"maximumCount": 20,
|
||||
"minimumAmount": minimum_amount
|
||||
})],
|
||||
id: "stacks".to_string(),
|
||||
jsonrpc: "2.0".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user