Fix poll_block_hash being set in the wrong place

pull/2102/head
Jason Rhinelander 1 year ago
parent 8959e84595
commit 9929445970
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262

@ -126,7 +126,7 @@ namespace llarp
}},
};
if (!m_LastUpdateHash.empty())
request["fields"]["poll_block_hash"] = m_LastUpdateHash;
request["poll_block_hash"] = m_LastUpdateHash;
Request(
"rpc.get_service_nodes",

Loading…
Cancel
Save