You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…dedHeader` as argument for share cmds (#2872)
Co-authored-by: Bao <bao@MacBook-Pro.local>
Co-authored-by: heh im a handsome boi <hehimahandsomeboi@Sons-MacBook-Pro.local>
Replace extended headers with block height as an argument in shares cmd
**Issues close**
Close [#2848 ](#2848)
**Changes made**
- Replace all uses of `extended header` as an argument with block height in `nodebuilder/share/cmd/share.go.`
- Add logic to fetch header first with `block height` for
Currently to work with share cmds something like the command below is required.
Instead, we should be just passing either the hash or height of the header as an argument. The cmd will then internally do 2 rpc calls
The text was updated successfully, but these errors were encountered: