Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#368 - add vbfi bitcoin_confirmation field to getblock #373

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

manuelrocha88
Copy link
Contributor

No description provided.

@manuelrocha88 manuelrocha88 self-assigned this Jan 12, 2022
@manuelrocha88 manuelrocha88 requested review from PCasafont, BernatCarbo, timstall and Warchant and removed request for PCasafont January 13, 2022 16:21
message RpcGetLastBitcoinFinalizedBlockInfo {
int32 height = 1;
bytes hash = 2 [(hex_encoded)=true];
bool known = 3;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this field?

int32 height = 1;
bytes hash = 2 [(hex_encoded)=true];
bool known = 3;
bool pop_verified = 4;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and this

bool known = 3;
bool pop_verified = 4;
RpcVerifiedOrEndorsedInInfo verified_in = 5;
RpcVerifiedOrEndorsedInInfo endorsed_in = 6;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and above two

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants