コード例 #1
0
 internal override string GetScriptHash(string script)
 {
     // do the SCRIPT LOAD outside of the transaction, since we don't
     // want to get odd race conditions
     return(parent.GetScriptHash(script));
 }