| 69 | } |
| 70 | |
| 71 | bool EqualSigningProviders(const FlatSigningProvider& a, const FlatSigningProvider& b) |
| 72 | { |
| 73 | return a.scripts == b.scripts |
| 74 | && a.pubkeys == b.pubkeys |
| 75 | && a.origins == b.origins |
| 76 | && a.keys == b.keys |
| 77 | && a.tr_trees == b.tr_trees; |
| 78 | } |
| 79 | |
| 80 | std::string UseHInsteadOfApostrophe(const std::string& desc) |
| 81 | { |