mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
Update reg condition check (#371)
This commit is contained in:
@@ -144,7 +144,7 @@ class MessageBoard {
|
||||
hostInfo.cpuMicrosec === cpuMicroSec &&
|
||||
hostInfo.ramMb === ramMb &&
|
||||
hostInfo.diskMb === diskMb &&
|
||||
hostInfo.leaseAmount === this.cfg.xrpl.leaseAmount)) {
|
||||
parseFloat(hostInfo.leaseAmount) === this.cfg.xrpl.leaseAmount)) {
|
||||
await this.#queueAction(async (submissionRefs) => {
|
||||
submissionRefs.refs ??= [{}];
|
||||
// Check again wether the transaction is validated before retry.
|
||||
|
||||
Reference in New Issue
Block a user