Skip to content

Commit bfe5028

Browse files
committed
Update order_with_builder_and_cancel
1 parent 64fbebe commit bfe5028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/order_with_builder_and_cancel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async fn main() {
3131
}),
3232
};
3333

34-
let fee = 1.0f64;
34+
let fee = 1u64;
3535
let builder = "0x1ab189B7801140900C711E458212F9c76F8dAC79";
3636

3737
let response = exchange_client

0 commit comments

Comments
 (0)