Add signature input to tx table (#9)
This commit is contained in:
committed by
Michael Vines
parent
82543886fb
commit
237b3ae025
@@ -10,3 +10,7 @@ export function findGetParameter(parameterName: string): string | null {
|
||||
});
|
||||
return result;
|
||||
}
|
||||
|
||||
export function assertUnreachable(x: never): never {
|
||||
throw new Error("Unreachable!");
|
||||
}
|
||||
|
Reference in New Issue
Block a user