mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-07 06:56:15 +01:00
v0/getmempoolinfo added :-D
This commit is contained in:
@@ -81,4 +81,13 @@ get_blockchain_info()
|
||||
local data='{"method":"getblockchaininfo"}'
|
||||
send_to_watcher_node "${data}" | jq ".result"
|
||||
return $?
|
||||
}
|
||||
}
|
||||
|
||||
get_mempool_info()
|
||||
{
|
||||
trace "Entering get_mempool_info()..."
|
||||
|
||||
local data='{"method":"getmempoolinfo"}'
|
||||
send_to_watcher_node "${data}" | jq ".result"
|
||||
return $?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user