Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proto/utxorpc/v1beta/cardano/cardano.proto
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ message VKeyWitness {
// Represents a native script in Cardano.
message NativeScript {
oneof native_script {
bytes script_pubkey = 1; // Script based on an address key hash.
bytes script_pubkey_hash = 1; // Script based on an address key hash.
NativeScriptList script_all = 2; // Script that requires all nested scripts to be satisfied.
NativeScriptList script_any = 3; // Script that requires any of the nested scripts to be satisfied.
ScriptNOfK script_n_of_k = 4; // Script that requires k out of n nested scripts to be satisfied.
Expand Down