mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Separated lcl string usage to sequence no and hash. (#251)
This commit is contained in:
@@ -80,7 +80,8 @@ class ContractContext {
|
||||
this.timestamp = hpargs.timestamp;
|
||||
this.users = users;
|
||||
this.unl = unl; // Not available in readonly mode.
|
||||
this.lcl = hpargs.lcl; // Not available in readonly mode.
|
||||
this.lcl_seq_no = hpargs.lcl_seq_no; // Not available in readonly mode.
|
||||
this.lcl_hash = hpargs.lcl_hash; // Not available in readonly mode.
|
||||
this.#patchConfig = new PatchConfig();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user