From 5db409bd7c1c63e31fcbca00f445ee235b8a21a1 Mon Sep 17 00:00:00 2001 From: s6pa1rta3n-lab Date: Tue, 8 Sep 2026 18:18:01 -0400 Subject: [PATCH] chore(bindings): regenerate round bindings (#243) --- packages/round-bindings/src/index.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/round-bindings/src/index.ts b/packages/round-bindings/src/index.ts index 11ffee23..abe1a0c2 100644 --- a/packages/round-bindings/src/index.ts +++ b/packages/round-bindings/src/index.ts @@ -1,4 +1,3 @@ -// Copyright (c) 2026 Sub Rosa contributors import { Buffer } from "buffer"; import { Address } from "@stellar/stellar-sdk"; import { @@ -100,7 +99,7 @@ auditor_pubkey: Buffer; */ commit_deadline: u64; /** - * Opaque reference to the auction lot or item being sold (hash of an + * Opaque reference to the item / allocation being decided (hash of an * off-chain description). The contract is agnostic to its meaning. */ item_ref: Buffer; @@ -358,4 +357,4 @@ export class Client extends ContractClient { get_bid_state: this.txFromJSON>, get_bidders_page: this.txFromJSON> } -} +} \ No newline at end of file