diff --git a/README.md b/README.md index 31ef5fd..e4b4fb7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Sub Rosa logo

+ # Sub Rosa **1st Place — Hack Privacy Track, Build On Stellar Hackathon — IBW 2026** diff --git a/packages/round-bindings/src/index.ts b/packages/round-bindings/src/index.ts index 11ffee2..abe1a0c 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