Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: std::string -> std::string_view
Safer after recent fix to make TxidFromString() respect string_view length. The internal call to uint256S() when parsing the txid would still have stopped at the '-'-symbol in this case though.
- Loading branch information