From d5af3ef1f0bdb1df9dbb6de8adcd9cf69c6769d5 Mon Sep 17 00:00:00 2001 From: kwt <4344285+kwtalley@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:11:02 -0500 Subject: [PATCH] fix args for scope contract --- contracts/scope/src/contract.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/scope/src/contract.rs b/contracts/scope/src/contract.rs index 8bf2e23a..74e4513b 100644 --- a/contracts/scope/src/contract.rs +++ b/contracts/scope/src/contract.rs @@ -84,6 +84,7 @@ pub fn try_write_scope( signers, scope_uuid: "".to_string(), spec_uuid: "".to_string(), + usd_mills: 0, })) }