aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/initWT.ts
blob: d99fc3edd5795f2e8a3bb6c0e53d91d73fb52c53 (plain)
1
2
3
4
5
6
7
8
9
import { client } from "../client";

/**
 * Declare witness testimony.
 */
export function initWT() {
    client.sender.sendRT("testimony1");
}
window.initWT = initWT;