Update reg condition check (#371)

This commit is contained in:
Chalith Desaman
2024-03-03 15:05:49 +05:30
committed by GitHub
parent f64a086456
commit 07cf08d2ff

View File

@@ -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.